GOL-420: capture correlated WASI HTTP lifecycle traces - #136
Draft
noise64 wants to merge 3 commits into
Draft
Conversation
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.
What changed
Why
GOL-420 tracks intermittent concurrent
IncompleteMessage,HttpProtocolError, malformed-root-task, and pre-server-arrival abort failures that pass unchanged on rerun. This draft is the diagnostic tranche: it captures the first broken lifecycle boundary without retries, serialization, longer timeouts, or production/localhost branches. It does not claim a behavioral fix yet.Validation
tools/dev-test.sh p2 fast-start runtime xhr_post_with_json_bodytools/dev-test.sh p2 fast-start runtime fetch_abort_releases_requesttools/dev-test.sh p2 fast-start runtime p2_body_method_drops_unused_completiontools/dev-test.sh p3 standard runtime fetch_with_referrertools/dev-test.sh p3 standard runtime http_lifecycle(6 focused journal/correlation tests)cargo clippy --test runtime -- -D warningscargo fmt -- --checkNext evidence gate
Run the concurrent P2 groups 2 and 4 and P3 group 2 matrices repeatedly, stop at the first traced failure, and select a behavioral owner only from the correlated terminal events. GOL-405 remains separate unless those traces prove the same owner.