Skip to content

slice_stale_generation.test.py: Accept either abort shape - #13596

Open
bneradt wants to merge 1 commit into
apache:masterfrom
bneradt:slice-stale-generation-abort-shape
Open

slice_stale_generation.test.py: Accept either abort shape#13596
bneradt wants to merge 1 commit into
apache:masterfrom
bneradt:slice-stale-generation-abort-shape

Conversation

@bneradt

@bneradt bneradt commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

The test pinned one Proxy Verifier parse state, PARSE_INCOMPLETE, for a
transaction that slice aborts. How far slice got before aborting decides
what the client sees, so under load the client instead reads a complete
response header whose body never arrives, and Proxy Verifier reports a
Content-Length body underrun.

This patch accepts either shape, since both mean the client received no
complete response, which is what the test checks. The sibling cold child
run already asserts only that the transaction failed.

The test pinned one Proxy Verifier parse state, PARSE_INCOMPLETE, for a
transaction that slice aborts. How far slice got before aborting decides
what the client sees, so under load the client instead reads a complete
response header whose body never arrives, and Proxy Verifier reports a
Content-Length body underrun.

This patch accepts either shape, since both mean the client received no
complete response, which is what the test checks. The sibling cold child
run already asserts only that the transaction failed.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 27, 2026 21:27
@bneradt bneradt added this to the 11.0.0 milestone Aug 27, 2026
@bneradt bneradt self-assigned this Aug 27, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@bneradt bneradt changed the title Accept either abort shape in slice_stale_generation slice_stale_generation.test.py: Accept either abort shape Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants