test: validate histories with the shared Porcupine model (4/6) - #380
Draft
infiniteregrets wants to merge 1 commit into
Draft
test: validate histories with the shared Porcupine model (4/6)#380infiniteregrets wants to merge 1 commit into
infiniteregrets wants to merge 1 commit into
Conversation
This was referenced Sep 7, 2026
infiniteregrets
force-pushed
the
codex/fault-04-concurrent-writers
branch
from
September 7, 2026 01:50
2cc7983 to
8ebf1ec
Compare
infiniteregrets
force-pushed
the
codex/fault-03-history-checker
branch
from
September 7, 2026 01:50
e3b702f to
7f4ce44
Compare
infiniteregrets
force-pushed
the
codex/fault-03-history-checker
branch
from
September 7, 2026 03:20
7f4ce44 to
6003810
Compare
infiniteregrets
force-pushed
the
codex/fault-04-concurrent-writers
branch
from
September 7, 2026 03:20
8ebf1ec to
41db4c0
Compare
infiniteregrets
force-pushed
the
codex/fault-04-concurrent-writers
branch
from
September 7, 2026 03:53
41db4c0 to
b2c25d6
Compare
infiniteregrets
force-pushed
the
codex/fault-03-history-checker
branch
from
September 7, 2026 03:53
6003810 to
8908679
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.
Adapt SDK outcomes to the pinned shared S2 Porcupine checker. Keep uncertain appends pending, match the shared rolling hash, and retain history/visualization artifacts on failure. Positive and negative histories verify the adapter before concurrent workloads use it. CI builds the pinned checker.
Review
appendFinish, deferred completions inhistory.finish, hash vectors, and the invalid-history controls inhistory_test.go.Validation: Harness race tests against real Lite, harness lint, and workflow validation passed. The sequential fuzzer and saved JSON trace replay passed. Shared-checker controls passed.
Part 4/6 replacing #375. Depends on #379. Next: #381.
Reviewable now; kept as a draft until its predecessor lands. After that merge, rebase onto
main, retarget this PR tomain, and mark it ready.