Skip to content

Commit 24addf2

Browse files
committed
Enabled SingleNode Acceptance test
1 parent 18175cb commit 24addf2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Fixed incorrect HTTP 404 handling on create ([#564](https://github.com/databrickslabs/terraform-provider-databricks/issues/564), [#576](https://github.com/databrickslabs/terraform-provider-databricks/issues/576))
88
* Fixed incorrect escaping of notebook names ([#566](https://github.com/databrickslabs/terraform-provider-databricks/pull/566))
99
* Fixed entitlements for databricks_group ([#549](https://github.com/databrickslabs/terraform-provider-databricks/pull/549))
10+
* Fixed rate limiting to perform more than 1 request per second ([#577](https://github.com/databrickslabs/terraform-provider-databricks/pull/577))
1011
* Added support for spot instances on Azure ([#571](https://github.com/databrickslabs/terraform-provider-databricks/pull/571))
1112
* Added job schedules support for `pause_status` as a optional field. ([#575](https://github.com/databrickslabs/terraform-provider-databricks/pull/575))
1213
* Fixed minor documentation issues.

compute/acceptance/cluster_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ func TestAccClusterResource_CreateSingleNodeCluster(t *testing.T) {
7070
"spark.databricks.cluster.profile" = "singleNode"
7171
"spark.master" = "local[*]"
7272
}
73+
custom_tags = {
74+
"ResourceClass" = "SingleNode"
75+
}
7376
{var.AWS_ATTRIBUTES}
7477
}`,
7578
},

0 commit comments

Comments
 (0)