Fix pipeline update acceptance test output#4706
Open
shreyas-goenka wants to merge 2 commits intomainfrom
Open
Conversation
Collaborator
|
Commit: 20ed969
22 interesting tests: 9 flaky, 7 SKIP, 6 RECOVERED
Top 20 slowest tests (at least 2 minutes):
|
pietern
approved these changes
Mar 11, 2026
Contributor
pietern
left a comment
There was a problem hiding this comment.
Metapoint: do we care about all the fields in this acc test output?
By filtering to only the fields we expect to see, it'll be resilient against future additions.
The Databricks Pipelines API now returns an effective_publishing_mode field in the pipeline response. Update the mock server and all acceptance test expected outputs to include this new field. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
421ab27 to
b0d51f7
Compare
Contributor
We probably can reduce the number of tests that record full output. But it's useful for some to record because it forces update to testserver which ensure plan operates the same in testserver as it does in cloud. |
denik
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bundle/resources/pipelines/updateacceptance test to include the neweffective_publishing_modefieldContext
The Databricks Pipelines API now returns an
effective_publishing_modefield in pipeline responses. This caused the nightly integration tests to fail across all environments (AWS, Azure, GCP).Test plan
🤖 Generated with Claude Code