Skip to content

Commit bddc4a3

Browse files
authored
acc: Enable integration_whl tests on direct (#3399)
It was failing due to incorrect null translation, this was fixed in #3230
1 parent f0e45e3 commit bddc4a3

File tree

8 files changed

+5
-10
lines changed

8 files changed

+5
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Cloud = true
33
CloudSlow = true
44

55
[EnvMatrix]
6-
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]
6+
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]

acceptance/bundle/integration_whl/custom_params/test.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"] # Error: deploying jobs.some_other_job: creating: Method=Jobs.Create *retries.Err *apierr.APIError StatusCode=400 ErrorCode="INVALID_PARAMETER_VALUE" Message="The field 'node_type_id' cannot be supplied when an instance pool ID is provided."
1+
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"] # clusters resource
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"] # clusters resource; Message="The field 'node_type_id' cannot be supplied when an instance pool ID is provided."
1+
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"] # clusters resource

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ CloudSlow = true
66
gcp = false
77

88
[EnvMatrix]
9-
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]
9+
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# Temporarily disabling due to DBR release breakage.
22
CloudEnvs.gcp = false
3-
4-
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"] # Error: deploying jobs.some_other_job: creating: Method=Jobs.Create *retries.Err *apierr.APIError StatusCode=400 ErrorCode="INVALID_PARAMETER_VALUE" Message="The field 'node_type_id' cannot be supplied when an instance pool ID is provided."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ CloudSlow = true
66
gcp = false
77

88
[EnvMatrix]
9-
DATABRICKS_CLI_DEPLOYMENT = ["terraform"]
9+
DATABRICKS_CLI_DEPLOYMENT = ["terraform", "direct-exp"]
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# Temporarily disabling due to DBR release breakage.
22
CloudEnvs.gcp = false
3-
4-
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"] # Error: deploying jobs.some_other_job: creating: Method=Jobs.Create *retries.Err *apierr.APIError StatusCode=400 ErrorCode="INVALID_PARAMETER_VALUE" Message="The field 'node_type_id' cannot be supplied when an instance pool ID is provided."

0 commit comments

Comments
 (0)