-
Notifications
You must be signed in to change notification settings - Fork 121
acc: Add a test to deploy a single node cluster config in pipelines #3951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @@ -0,0 +1,3 @@ | |||
| trace $CLI bundle deploy > out.deploy.$DATABRICKS_BUNDLE_ENGINE.txt 2>&1 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The deploy outputs look identical.
| @@ -0,0 +1,5 @@ | |||
| Local = true | |||
| Cloud = false | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated: why does RecordRequests not show up here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think initially we decided to include as little options as needed, might worth including this one indeed
|
Commit: 153390f
9 failing tests:
Top 7 slowest tests (at least 2 minutes):
|
|
Commit: 153390f
9 failing tests:
Top 50 slowest tests (at least 2 minutes):
|
|
Commit: f028ef0
31 failing tests:
Top 50 slowest tests (at least 2 minutes):
|
Changes
Add a test to deploy a single node cluster config in pipelines
Why
There's a difference in payload for this dabs configuration between direct and TF implementations