test: fix the six non-lag reds from the integrated gate (#236) - #255
Merged
Merged
Conversation
…to 1.17; guard cut-successor module load; allowlist go-verify-stamp; match the snapshot stub signature The integrated gate on bc95622 surfaced six reds outside the reconcile-lag set: the 1.9 classifier test measured HEAD so the train's first T0 commit flipped its zero count; two agent-handoff pin sites still named 1.16; test_cut_successor ran exec_module outside the bytecode guard; scripts/go-verify-stamp.sh was executable but unlisted; and a RepositorySnapshot.capture stub predated retain_content.
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
The integrated gate on
testing@ bc95622 reported ten ordinary-lane reds: four by-design reconcile-lag reds and six others, all test-side. This fixes the six: the 1.9 classifier corpus test now measures a frozen tip (4866a9fa) instead ofHEAD, so legitimateT0/handoffcommits after the admission floor no longer flip its zero counts; the two agent-handoff pin sites (test_agent_handoff_1_12navigation links,test_agent_handoff_1_15catalog row) move to 1.17;test_cut_successorloads scaffolded modules throughtests.module_loading.load_module_from_path;scripts/go-verify-stamp.shjoins the post-anchor tooling allowlist; and theRepositorySnapshot.capturestub intest_spec_selected_routingacceptsretain_content.Governing work
Supporting: #236
Acceptance coverage
test_module_loading_guardand the hygiene mode-policy test are green again.Verification
Targeted pytest (16 passed),
ruff check,ruff format,basedpyrighton the edited files. The full battery reruns on the merged tip.