Skip to content

Commit 74fb879

Browse files
acceptance: skip integration_whl/wrapper{,_custom_params} on AWS (#5152)
## Summary The `wrapper` and `wrapper_custom_params` tests pin Spark to `12.2.x-scala2.12` to exercise the trampoline workaround for DBR <13.1 ([PR #635](#635)). The AWS test workspaces have disabled legacy access, so 12.2.x is rejected at job submission time: ``` INVALID_PARAMETER_VALUE: Spark version 12.2.x-scala2.12 isn't supported because legacy access is disabled in your workspace. Please use Databricks Runtime 13.3 LTS or above when any legacy features are disabled. ``` Bumping the runtime would defeat the purpose of the test (the trampoline only triggers for DBR <13.1). Restrict the test matrix to Azure where 12.2.x is still bookable. GCP was already excluded for an unrelated DBR release issue. The trampoline itself is covered by unit tests in `bundle/trampoline/` and acceptance tests under `acceptance/bundle/trampoline/`. ## Test plan - [ ] Confirm next nightly: wrapper and wrapper_custom_params no longer in the failures list on aws-prod-is or aws-prod-ucws-is. - [ ] They continue to pass on Azure (azure-prod-is, azure-prod-ucws-is) where they had been passing before. This pull request was AI-assisted by Isaac.
1 parent 5fa9c5f commit 74fb879

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

acceptance/bundle/integration_whl/wrapper/out.test.toml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
# Temporarily disabling due to DBR release breakage.
1+
# This test exercises the trampoline workaround for DBR <13.1 (PR #635), which
2+
# requires booking a cluster on Spark 12.2.x-scala2.12. The AWS test workspaces
3+
# have legacy access disabled, so 12.2.x is rejected with INVALID_PARAMETER_VALUE
4+
# ("legacy access is disabled in your workspace. Please use Databricks Runtime
5+
# 13.3 LTS or above"). GCP was previously disabled due to a DBR release breakage.
6+
CloudEnvs.aws = false
27
CloudEnvs.gcp = false

acceptance/bundle/integration_whl/wrapper_custom_params/out.test.toml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
# Temporarily disabling due to DBR release breakage.
1+
# This test exercises the trampoline workaround for DBR <13.1 (PR #635), which
2+
# requires booking a cluster on Spark 12.2.x-scala2.12. The AWS test workspaces
3+
# have legacy access disabled, so 12.2.x is rejected with INVALID_PARAMETER_VALUE
4+
# ("legacy access is disabled in your workspace. Please use Databricks Runtime
5+
# 13.3 LTS or above"). GCP was previously disabled due to a DBR release breakage.
6+
CloudEnvs.aws = false
27
CloudEnvs.gcp = false

0 commit comments

Comments
 (0)