test(integration-tests): cover branches and WAP - #755
Closed
mkuchenbecker wants to merge 23 commits into
Closed
mkuchenbecker wants to merge 23 commits into
mkuchenbecker wants to merge 23 commits into
Conversation
Add branch and write-audit-publish behavior as a clean contribution on the rebuilt merge-on-read stack and align row fixtures with the shared seed convention. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ecker/delta-harness-branch-recut
…ecker/delta-harness-branch-recut
Keep branch and write-audit-publish table states, snapshot timing, and reference cleanup in the layer that first consumes them. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Sep 18, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Describe references and write-audit-publish through lifecycle, isolated staged state, publication, and their interactions with other table behavior. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> # Conflicts: # integrations/spark/delta-harness/TEST-COVERAGE.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Move branch and write-audit-publish contributors into the renamed package and preserve their merge-on-read ancestry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
This PR adds branch lifecycle and write-audit-publish (WAP) behavior on top of
merge-on-read. It contributes 102 cases, split into 68 branch cases and 34 WAP
cases, to the 714-case merge-on-read catalog. The combined catalog contains 816
cases.
This branch also fills the Branch and write-audit-publish section in
TEST-COVERAGE.md.Stack
Scope
This layer owns branch reference lifecycle, branch-routed writes, and WAP
staging and publication. Branch coverage includes reference lifecycle,
branch-routed writes, fast-forward, cherry-pick, divergence, time travel,
maintenance, format, and merge-on-read interactions. WAP coverage includes
enablement, session routing, staged writes, independent staging IDs, publish
operations, and rejected republish or expired-staging attempts.
Known limitations
This layer adds no known-bug skips. Its four combined-catalog skips are inherited
from RTAS.
Validation
git diff --checkagainst the parent tip