Skip to content

Commit a56a632

Browse files
committed
Replace "direct-exp" with "direct"
1 parent 972db7d commit a56a632

File tree

498 files changed

+614
-624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

498 files changed

+614
-624
lines changed

acceptance/acceptance_test.go

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -366,13 +366,6 @@ func getEnvFilters(t *testing.T) []string {
366366
key := items[0]
367367
// Clear it just to be sure, since it's going to be part of os.Environ() and we're going to add different value based on settings.
368368
os.Unsetenv(key)
369-
370-
if key == "DATABRICKS_BUNDLE_ENGINE" && items[1] == "direct" {
371-
// CLI only recognizes "direct-exp" at the moment, but in the future will recognize "direct" as well.
372-
// On CI we set "direct". To avoid renaming jobs in CI on the future, we correct direct -> direct-exp here
373-
items[1] = "direct-exp"
374-
}
375-
376369
outFilters = append(outFilters, key+"="+items[1])
377370
}
378371

@@ -1405,7 +1398,7 @@ func loadUserReplacements(t *testing.T, repls *testdiff.ReplacementsContext, tmp
14051398
type pathFilter struct {
14061399
// contains substrings from the variants other than current.
14071400
// E.g. if EnvVaryOutput is DATABRICKS_BUNDLE_ENGINE and current test running DATABRICKS_BUNDLE_ENGINE="terraform" then
1408-
// notSelected contains ".direct-exp." meaning if filename contains that (e.g. out.deploy.direct-exp.txt) then we ignore it here.
1401+
// notSelected contains ".direct." meaning if filename contains that (e.g. out.deploy.direct.txt) then we ignore it here.
14091402
notSelected []string
14101403
}
14111404

acceptance/auth/bundle_and_profile/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/auth/credentials/basic/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/auth/credentials/oauth/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/auth/credentials/pat/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/apps/app_yaml/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/artifacts/artifact_path_with_volume/volume_doesnot_exist/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/artifacts/artifact_path_with_volume/volume_not_deployed/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/artifacts/artifact_upload_for_volumes/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

acceptance/bundle/artifacts/artifact_upload_for_workspace/out.test.toml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)