From 720c121c914c32cc90c901ea487373fcb8b72b62 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Thu, 23 Jan 2025 11:27:33 +0100 Subject: [PATCH] Update acceptance test output --- .../override/job_tasks/out.development.stderr.txt | 3 +++ acceptance/bundle/override/job_tasks/output.txt | 6 ++++++ acceptance/bundle/paths/fallback/output.txt | 6 ++++++ acceptance/bundle/paths/nominal/output.txt | 6 ++++++ acceptance/bundle/syncroot/dotdot-git/output.txt | 3 +++ acceptance/bundle/templates/dbt-sql/output.txt | 1 + acceptance/bundle/templates/default-python/output.txt | 1 + acceptance/bundle/templates/default-sql/output.txt | 1 + acceptance/bundle/undefined_resources/output.txt | 11 +++++++---- acceptance/bundle/variables/arg-repeat/output.txt | 1 + .../variables/complex-transitive-deeper/output.txt | 3 +++ acceptance/bundle/variables/cycle/output.txt | 3 +++ acceptance/bundle/variables/empty/output.txt | 3 +++ acceptance/bundle/variables/env_overrides/output.txt | 6 ++++++ acceptance/bundle/variables/host/output.txt | 6 ++++++ acceptance/bundle/variables/vanilla/output.txt | 3 +++ 16 files changed, 59 insertions(+), 4 deletions(-) diff --git a/acceptance/bundle/override/job_tasks/out.development.stderr.txt b/acceptance/bundle/override/job_tasks/out.development.stderr.txt index 7b6fef0cc1..b4267bc158 100644 --- a/acceptance/bundle/override/job_tasks/out.development.stderr.txt +++ b/acceptance/bundle/override/job_tasks/out.development.stderr.txt @@ -1,5 +1,8 @@ >>> errcode $CLI bundle validate -o json -t development +11:26:56 ERROR Error: file ./test1.py not found pid=3731 mutator=initialize mutator=seq mutator=TranslatePaths +11:26:56 ERROR Error: file ./test1.py not found pid=3731 mutator=initialize mutator=seq +11:26:56 ERROR Error: file ./test1.py not found pid=3731 mutator=initialize Error: file ./test1.py not found diff --git a/acceptance/bundle/override/job_tasks/output.txt b/acceptance/bundle/override/job_tasks/output.txt index 915351d4e9..7c2eb84928 100644 --- a/acceptance/bundle/override/job_tasks/output.txt +++ b/acceptance/bundle/override/job_tasks/output.txt @@ -29,6 +29,9 @@ } >>> errcode $CLI bundle validate -o json -t staging +11:26:56 ERROR Error: file ./test1.py not found pid=3757 mutator=initialize mutator=seq mutator=TranslatePaths +11:26:56 ERROR Error: file ./test1.py not found pid=3757 mutator=initialize mutator=seq +11:26:56 ERROR Error: file ./test1.py not found pid=3757 mutator=initialize Error: file ./test1.py not found @@ -64,6 +67,9 @@ Exit code: 1 } >>> errcode $CLI bundle validate -t staging +11:26:56 ERROR Error: file ./test1.py not found pid=3761 mutator=initialize mutator=seq mutator=TranslatePaths +11:26:56 ERROR Error: file ./test1.py not found pid=3761 mutator=initialize mutator=seq +11:26:56 ERROR Error: file ./test1.py not found pid=3761 mutator=initialize Error: file ./test1.py not found Name: override_job_tasks diff --git a/acceptance/bundle/paths/fallback/output.txt b/acceptance/bundle/paths/fallback/output.txt index f694610d2c..95aed9e845 100644 --- a/acceptance/bundle/paths/fallback/output.txt +++ b/acceptance/bundle/paths/fallback/output.txt @@ -4,6 +4,12 @@ Exit code: 0 >>> $CLI bundle validate -t error +11:26:57 ERROR Error: notebook this value is overridden not found. Local notebook references are expected +to contain one of the following file extensions: [.py, .r, .scala, .sql, .ipynb] pid=3806 mutator=initialize mutator=seq mutator=TranslatePaths +11:26:57 ERROR Error: notebook this value is overridden not found. Local notebook references are expected +to contain one of the following file extensions: [.py, .r, .scala, .sql, .ipynb] pid=3806 mutator=initialize mutator=seq +11:26:57 ERROR Error: notebook this value is overridden not found. Local notebook references are expected +to contain one of the following file extensions: [.py, .r, .scala, .sql, .ipynb] pid=3806 mutator=initialize Error: notebook this value is overridden not found. Local notebook references are expected to contain one of the following file extensions: [.py, .r, .scala, .sql, .ipynb] diff --git a/acceptance/bundle/paths/nominal/output.txt b/acceptance/bundle/paths/nominal/output.txt index 1891703356..daf4e308d0 100644 --- a/acceptance/bundle/paths/nominal/output.txt +++ b/acceptance/bundle/paths/nominal/output.txt @@ -4,6 +4,12 @@ Exit code: 0 >>> $CLI bundle validate -t error +11:26:57 ERROR Error: notebook this value is overridden not found. Local notebook references are expected +to contain one of the following file extensions: [.py, .r, .scala, .sql, .ipynb] pid=3814 mutator=initialize mutator=seq mutator=TranslatePaths +11:26:57 ERROR Error: notebook this value is overridden not found. Local notebook references are expected +to contain one of the following file extensions: [.py, .r, .scala, .sql, .ipynb] pid=3814 mutator=initialize mutator=seq +11:26:57 ERROR Error: notebook this value is overridden not found. Local notebook references are expected +to contain one of the following file extensions: [.py, .r, .scala, .sql, .ipynb] pid=3814 mutator=initialize Error: notebook this value is overridden not found. Local notebook references are expected to contain one of the following file extensions: [.py, .r, .scala, .sql, .ipynb] diff --git a/acceptance/bundle/syncroot/dotdot-git/output.txt b/acceptance/bundle/syncroot/dotdot-git/output.txt index f1dc5fb014..119496e378 100644 --- a/acceptance/bundle/syncroot/dotdot-git/output.txt +++ b/acceptance/bundle/syncroot/dotdot-git/output.txt @@ -1,3 +1,6 @@ +11:26:57 ERROR Error: path "$TMPDIR" is not within repository root "$TMPDIR/myrepo" pid=3887 mutator=validate mutator (read-only)=parallel mutator (read-only)=validate:files_to_sync +11:26:57 ERROR Error: path "$TMPDIR" is not within repository root "$TMPDIR/myrepo" pid=3887 mutator=validate mutator (read-only)=parallel +11:26:57 ERROR Error: path "$TMPDIR" is not within repository root "$TMPDIR/myrepo" pid=3887 mutator=validate Error: path "$TMPDIR" is not within repository root "$TMPDIR/myrepo" Name: test-bundle diff --git a/acceptance/bundle/templates/dbt-sql/output.txt b/acceptance/bundle/templates/dbt-sql/output.txt index 972c7e1529..49af094b18 100644 --- a/acceptance/bundle/templates/dbt-sql/output.txt +++ b/acceptance/bundle/templates/dbt-sql/output.txt @@ -22,6 +22,7 @@ Workspace: Validation OK! >>> $CLI bundle validate -t prod +11:26:57 WARN target with 'mode: production' should specify an explicit 'targets.prod.git' configuration pid=3865 mutator=initialize mutator=seq mutator=ProcessTargetMode Name: my_dbt_sql Target: prod Workspace: diff --git a/acceptance/bundle/templates/default-python/output.txt b/acceptance/bundle/templates/default-python/output.txt index 5493ac2cf7..aa424657b3 100644 --- a/acceptance/bundle/templates/default-python/output.txt +++ b/acceptance/bundle/templates/default-python/output.txt @@ -20,6 +20,7 @@ Workspace: Validation OK! >>> $CLI bundle validate -t prod +11:26:57 WARN target with 'mode: production' should specify an explicit 'targets.prod.git' configuration pid=3862 mutator=initialize mutator=seq mutator=ProcessTargetMode Name: my_default_python Target: prod Workspace: diff --git a/acceptance/bundle/templates/default-sql/output.txt b/acceptance/bundle/templates/default-sql/output.txt index fe01390931..b84696aa1f 100644 --- a/acceptance/bundle/templates/default-sql/output.txt +++ b/acceptance/bundle/templates/default-sql/output.txt @@ -22,6 +22,7 @@ Workspace: Validation OK! >>> $CLI bundle validate -t prod +11:26:57 WARN target with 'mode: production' should specify an explicit 'targets.prod.git' configuration pid=3938 mutator=initialize mutator=seq mutator=ProcessTargetMode Name: my_default_sql Target: prod Workspace: diff --git a/acceptance/bundle/undefined_resources/output.txt b/acceptance/bundle/undefined_resources/output.txt index 29b51bc1a5..e77805ed08 100644 --- a/acceptance/bundle/undefined_resources/output.txt +++ b/acceptance/bundle/undefined_resources/output.txt @@ -1,3 +1,10 @@ +11:26:57 ERROR Error: pipeline undefined-pipeline is not defined pid=3810 mutator=initialize mutator=seq mutator=validate:AllResourcesHaveValues +11:26:57 ERROR Error: pipeline undefined-pipeline is not defined pid=3810 mutator=initialize mutator=seq +11:26:57 ERROR Error: pipeline undefined-pipeline is not defined pid=3810 mutator=initialize +Error: pipeline undefined-pipeline is not defined + at resources.pipelines.undefined-pipeline + in databricks.yml:14:24 + Error: experiment undefined-experiment is not defined at resources.experiments.undefined-experiment in databricks.yml:11:26 @@ -6,10 +13,6 @@ Error: job undefined-job is not defined at resources.jobs.undefined-job in databricks.yml:6:19 -Error: pipeline undefined-pipeline is not defined - at resources.pipelines.undefined-pipeline - in databricks.yml:14:24 - Found 3 errors Name: undefined-job diff --git a/acceptance/bundle/variables/arg-repeat/output.txt b/acceptance/bundle/variables/arg-repeat/output.txt index 48bd2033f4..66f5818011 100644 --- a/acceptance/bundle/variables/arg-repeat/output.txt +++ b/acceptance/bundle/variables/arg-repeat/output.txt @@ -10,6 +10,7 @@ Exit code: 0 } >>> errcode $CLI bundle validate --var a=one --var a=two +11:26:57 ERROR Error: failed to assign two to a: variable has already been assigned value: one pid=3768 mutator= Error: failed to assign two to a: variable has already been assigned value: one Name: arg-repeat diff --git a/acceptance/bundle/variables/complex-transitive-deeper/output.txt b/acceptance/bundle/variables/complex-transitive-deeper/output.txt index 3bedbfb9aa..fb973ebcff 100644 --- a/acceptance/bundle/variables/complex-transitive-deeper/output.txt +++ b/acceptance/bundle/variables/complex-transitive-deeper/output.txt @@ -1,3 +1,6 @@ +11:26:57 ERROR Error: expected a map to index "variables.catalog.value.name", found string pid=3864 mutator=initialize mutator=seq mutator=ResolveVariableReferences +11:26:57 ERROR Error: expected a map to index "variables.catalog.value.name", found string pid=3864 mutator=initialize mutator=seq +11:26:57 ERROR Error: expected a map to index "variables.catalog.value.name", found string pid=3864 mutator=initialize Error: expected a map to index "variables.catalog.value.name", found string { diff --git a/acceptance/bundle/variables/cycle/output.txt b/acceptance/bundle/variables/cycle/output.txt index ea9c95cd46..53a203270c 100644 --- a/acceptance/bundle/variables/cycle/output.txt +++ b/acceptance/bundle/variables/cycle/output.txt @@ -1,3 +1,6 @@ +11:26:57 ERROR Error: cycle detected in field resolution: variables.a.default -> var.b -> var.a -> var.b pid=3849 mutator=initialize mutator=seq mutator=ResolveVariableReferences +11:26:57 ERROR Error: cycle detected in field resolution: variables.a.default -> var.b -> var.a -> var.b pid=3849 mutator=initialize mutator=seq +11:26:57 ERROR Error: cycle detected in field resolution: variables.a.default -> var.b -> var.a -> var.b pid=3849 mutator=initialize Error: cycle detected in field resolution: variables.a.default -> var.b -> var.a -> var.b { diff --git a/acceptance/bundle/variables/empty/output.txt b/acceptance/bundle/variables/empty/output.txt index 2616359206..823a0d9854 100644 --- a/acceptance/bundle/variables/empty/output.txt +++ b/acceptance/bundle/variables/empty/output.txt @@ -1,3 +1,6 @@ +11:26:57 ERROR Error: no value assigned to required variable a. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_a environment variable pid=3821 mutator=initialize mutator=seq mutator=SetVariables +11:26:57 ERROR Error: no value assigned to required variable a. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_a environment variable pid=3821 mutator=initialize mutator=seq +11:26:57 ERROR Error: no value assigned to required variable a. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_a environment variable pid=3821 mutator=initialize Error: no value assigned to required variable a. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_a environment variable Name: empty${var.a} diff --git a/acceptance/bundle/variables/env_overrides/output.txt b/acceptance/bundle/variables/env_overrides/output.txt index f42f82211a..31ee5266a3 100644 --- a/acceptance/bundle/variables/env_overrides/output.txt +++ b/acceptance/bundle/variables/env_overrides/output.txt @@ -9,6 +9,9 @@ "prod-a env-var-b" >>> errcode $CLI bundle validate -t env-missing-a-required-variable-assignment +11:26:57 ERROR Error: no value assigned to required variable b. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_b environment variable pid=4097 mutator=initialize mutator=seq mutator=SetVariables +11:26:57 ERROR Error: no value assigned to required variable b. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_b environment variable pid=4097 mutator=initialize mutator=seq +11:26:57 ERROR Error: no value assigned to required variable b. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_b environment variable pid=4097 mutator=initialize Error: no value assigned to required variable b. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_b environment variable Name: test bundle @@ -22,6 +25,9 @@ Found 1 error Exit code: 1 >>> errcode $CLI bundle validate -t env-using-an-undefined-variable +11:26:57 ERROR Error: variable c is not defined but is assigned a value pid=4110 mutator=load mutator=seq mutator=SelectTarget(env-using-an-undefined-variable) +11:26:57 ERROR Error: variable c is not defined but is assigned a value pid=4110 mutator=load mutator=seq +11:26:57 ERROR Error: variable c is not defined but is assigned a value pid=4110 mutator=load Error: variable c is not defined but is assigned a value Name: test bundle diff --git a/acceptance/bundle/variables/host/output.txt b/acceptance/bundle/variables/host/output.txt index 89342908c4..c8b1a31722 100644 --- a/acceptance/bundle/variables/host/output.txt +++ b/acceptance/bundle/variables/host/output.txt @@ -1,5 +1,8 @@ >>> errcode $CLI bundle validate -o json +11:26:57 ERROR Error: failed during request visitor: parse "https://${var.host}": invalid character "{" in host name pid=4050 mutator=initialize mutator=seq mutator=PopulateCurrentUser +11:26:57 ERROR Error: failed during request visitor: parse "https://${var.host}": invalid character "{" in host name pid=4050 mutator=initialize mutator=seq +11:26:57 ERROR Error: failed during request visitor: parse "https://${var.host}": invalid character "{" in host name pid=4050 mutator=initialize Error: failed during request visitor: parse "https://${var.host}": invalid character "{" in host name { @@ -26,6 +29,9 @@ Error: failed during request visitor: parse "https://${var.host}": invalid chara Exit code: 1 >>> errcode $CLI bundle validate +11:26:57 ERROR Error: failed during request visitor: parse "https://${var.host}": invalid character "{" in host name pid=4054 mutator=initialize mutator=seq mutator=PopulateCurrentUser +11:26:57 ERROR Error: failed during request visitor: parse "https://${var.host}": invalid character "{" in host name pid=4054 mutator=initialize mutator=seq +11:26:57 ERROR Error: failed during request visitor: parse "https://${var.host}": invalid character "{" in host name pid=4054 mutator=initialize Error: failed during request visitor: parse "https://${var.host}": invalid character "{" in host name Name: host diff --git a/acceptance/bundle/variables/vanilla/output.txt b/acceptance/bundle/variables/vanilla/output.txt index 1d88bd0601..5d2d67e119 100644 --- a/acceptance/bundle/variables/vanilla/output.txt +++ b/acceptance/bundle/variables/vanilla/output.txt @@ -3,6 +3,9 @@ "abc def" >>> errcode $CLI bundle validate +11:26:57 ERROR Error: no value assigned to required variable b. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_b environment variable pid=3780 mutator=initialize mutator=seq mutator=SetVariables +11:26:57 ERROR Error: no value assigned to required variable b. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_b environment variable pid=3780 mutator=initialize mutator=seq +11:26:57 ERROR Error: no value assigned to required variable b. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_b environment variable pid=3780 mutator=initialize Error: no value assigned to required variable b. Assignment can be done through the "--var" flag or by setting the BUNDLE_VAR_b environment variable Name: ${var.a} ${var.b}