Skip to content

Conversation

@guhetier
Copy link
Collaborator

@guhetier guhetier commented Dec 6, 2025

Description

QuicTestOperationPriority relied on the number of stream bytes sent from the statistic data to determine if a send operation completed or not.
This is incorrect, as the number of bytes is updated in the stats only after a FLUSH_SEND operation. It left room for some situations where the GET_PARAM operation could run between the STREAM_SEND and the FLUSH_SEND, causing a spurious test failure.

The test now relies on the STREAM_SEND_COMPLETE indication.

Testing

CI

Documentation

N/A. Comment added to the test code.

@guhetier guhetier requested a review from a team as a code owner December 6, 2025 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants