acc: run the whole bundle suite with deployment history on - #6437
Draft
shreyas-goenka wants to merge 1 commit into
Draft
acc: run the whole bundle suite with deployment history on#6437shreyas-goenka wants to merge 1 commit into
shreyas-goenka wants to merge 1 commit into
Conversation
shreyas-goenka
force-pushed
the
isaac/dms-suite-enablement
branch
from
August 30, 2026 23:57
1eba8cb to
7db475b
Compare
Recording is matrixed over every bundle test, so each one runs twice: once as before and once with DATABRICKS_BUNDLE_RECORD_DEPLOYMENT_HISTORY set. That is what puts the recording path under the deploy, redeploy, destroy and drift cases the suite already covers, rather than only under the tests written for it. Subtrees that cannot carry it opt out and say why: bind and unbind are not supported by the service yet, a saved plan does not carry the deployment stamp, and the templates and migrate trees assert output the second variant would duplicate. The generated out.test.toml files move with it, since the matrix is inherited. Co-authored-by: Isaac <no-reply@databricks.com>
shreyas-goenka
force-pushed
the
isaac/dms-suite-enablement
branch
from
August 31, 2026 00:49
120a6b8 to
645be4a
Compare
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.
Stacked on #6094. Matrixes deployment-history recording over every bundle acceptance test, so each runs twice: once as before, once with
DATABRICKS_BUNDLE_RECORD_DEPLOYMENT_HISTORYset. That puts the recording path under the deploy, redeploy, destroy and drift cases the suite already covers, instead of only the tests written for it.Subtrees that cannot carry it opt out and say why — bind/unbind are not supported by the service yet, a saved plan does not carry the deployment stamp, and the templates and migrate trees assert output the second variant would duplicate.
Most of the diff is the generated
out.test.tomlfiles, since the matrix is inherited.Verified against a real workspace on
aws-cli:bundle/dmsis 13/13 on cloud and 22/22 locally, and abundle/deploy+bundle/destroycloud run (28 dirs, ~56 variant executions) had noDMS=truefailures. Locally this branch fails the same 71 directories as its base — allregistry.terraform.ioand uv-cache limitations of the dev box, unchanged by this PR.This pull request and its description were written by Isaac.