test: fuzz read recovery against Lite (3/6) - #379
Draft
infiniteregrets wants to merge 1 commit into
Draft
Conversation
This was referenced Sep 7, 2026
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-02-read-recovery
branch
from
September 7, 2026 01:50
67ebfdb to
284d3b1
Compare
infiniteregrets
force-pushed
the
codex/fault-02-read-recovery
branch
from
September 7, 2026 03:20
284d3b1 to
a9d6ab1
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-02-read-recovery
branch
from
September 7, 2026 03:53
a9d6ab1 to
0d7c2eb
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.
Extend replay to streaming reads, count/byte limits, compression, fragmented responses, and read interruptions after SDK delivery. Fuzz bytes generate the workload and fault plan; replay checks the expected record prefix. Healthy responses pass through the proxy unchanged unless a transformation is requested.
Review
makeTrace, the reader/proxy delivery handshake, and framing changes. The fuzz coordinator owns Lite and shares its endpoint with workers, since workers can exit without cleanup; each trace still gets a fresh basin and stream.Validation: Harness race tests against real Lite, harness lint, and workflow validation passed. The sequential fuzzer and saved JSON trace replay passed.
Part 3/6 replacing #375. Depends on #378. Next: #380.
Reviewable now; kept as a draft until its predecessor lands. After that merge, rebase onto
main, retarget this PR tomain, and mark it ready.