test: verify SDK durability across Lite crashes (6/6) - #382
Draft
infiniteregrets wants to merge 1 commit into
Draft
test: verify SDK durability across Lite crashes (6/6)#382infiniteregrets 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-05-concurrent-faults
branch
from
September 7, 2026 01:50
d82ccd3 to
a67c49c
Compare
infiniteregrets
force-pushed
the
codex/fault-06-lite-durability
branch
2 times, most recently
from
September 7, 2026 03:20
59b7f0b to
eb9e298
Compare
infiniteregrets
force-pushed
the
codex/fault-05-concurrent-faults
branch
from
September 7, 2026 03:20
a67c49c to
51a7e8c
Compare
infiniteregrets
force-pushed
the
codex/fault-05-concurrent-faults
branch
from
September 7, 2026 03:53
51a7e8c to
2391baf
Compare
infiniteregrets
force-pushed
the
codex/fault-06-lite-durability
branch
from
September 7, 2026 03:53
eb9e298 to
790153b
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.
Extend the Lite-backed concurrent harness with process crashes. After observing a real commit ACK, kill Lite before delivering it and restart on the same storage. Check the history, acknowledged payloads, a second restart, and persisted fencing. Each crash test owns a separate process and storage directory.
Review
durability_test.go, then the crash hooks in the proxy and runner. The optional existing-endpoint test also uses the same proxy and provisions a dedicated basin.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. Concurrent fuzzing passed with coordinator-owned Lite. Real Lite SIGKILL/restart checks passed.
Part 6/6 replacing #375. Depends on #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.