databricks / cli

Databricks CLI
Other
132 stars 50 forks source link

Fix integration tests after Go SDK bump #1686

Closed andrewnester closed 1 month ago

andrewnester commented 1 month ago

Changes

These 2 tests failed

TestAccAlertsCreateErrWhenNoArguments -> switched to legacy command for now, new one does not have a required request body (might be an OpenAPI spec issue https://github.com/databricks/databricks-sdk-go/blob/main/service/sql/model.go#L595), will follow up later

TestAccClustersList -> increased channel size because new clusters API returns more clusters

Tests

Tests are green now