test: base-point evidence for the stale-pointer reconciliation (do not merge) - #163
Draft
quinnbot-ai wants to merge 1 commit into
Draft
test: base-point evidence for the stale-pointer reconciliation (do not merge)#163quinnbot-ai wants to merge 1 commit into
quinnbot-ai wants to merge 1 commit into
Conversation
Tests only, on the unfixed base. CI red here is the point: it is the real measurement that the failures the fix removes are present before it.
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.
Base-point evidence for
fm/fm-reconcile-existing-stale-pointers. Do not merge.This branch is
mainplus the new tests only, with none of the fix. A red CI run here is the measurement: it proves the failures the fix removes are genuinely present at the base, rather than being asserted from a local run.Expected failures:
tests/fm-reconcile-worktree-pointers.test.sh— the reconciler does not exist at the base.tests/fm-teardown.test.sh→unbound-recycled: teardown must refuse a copy another task owns: expected exit 1, got 0— at the base, a teardown aimed at a recycled slot with no ownership binding on either side runs to completion against the live task's copy.Close once the fix PR has its own green run.