bneradt commented on code in PR #13285:
URL: https://github.com/apache/trafficserver/pull/13285#discussion_r3424201990
##########
tests/gold_tests/h2/http2_flow_control.replay.yaml:
##########
@@ -175,9 +175,9 @@ sessions:
- [ uuid, fourth-request ]
- [ X-Request, fourth-request ]
content:
- # Send a very large DATA frame so that we exceed the 65,535 window
- # size of most of the test runs.
- size: 120000
+ # Send enough data to exceed the session window in the small-window
+ # test without making the 9.2.x verifier time out while draining.
+ size: 60000
Review Comment:
Agreed. I restored the flow-control replay body to 120000 and addressed the
timeout/flakiness via helper fixes instead. I also backported the upstream
Fedora 44 pipeline helper fix and changed the command-argument tests to avoid
depending on AuTest cleanup return codes. Focused AuTests pass locally in
asfats3.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]