test(delta-harness): add branch and WAP matrix - #706
Draft
mkuchenbecker wants to merge 5 commits into
Draft
Conversation
This was referenced Sep 1, 2026
mkuchenbecker
force-pushed
the
mkuchenbecker/delta-harness-branch
branch
from
September 2, 2026 08:43
3ea5fa5 to
88a514d
Compare
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>
mkuchenbecker
force-pushed
the
mkuchenbecker/delta-harness-branch
branch
from
September 4, 2026 21:09
d06709c to
ce83a0c
Compare
…ecker/delta-harness-branch-recut
…ecker/delta-harness-branch-recut
mkuchenbecker
changed the base branch from
main
to
mkuchenbecker/delta-harness-mor
September 4, 2026 22:52
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>
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 (68 branch, 34 WAP) on top of the 714-case
merge-on-read catalog, producing 816 combined cases.
Stack
delta-harness-mordelta-harness-branchNo direct children.
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 intersections. WAP coverage includes enablement, session routing,
staged writes, independent staging IDs, publish operations, and rejected republish or
expired-staging attempts. It excludes merge-on-read's own physical contract, which is
the parent layer's scope.
Known limitations
No new known-bug skips. The 4 combined-catalog skips are RTAS's inherited pair.
Validation
git diff --checkagainst the parent tip