bneradt commented on code in PR #13285:
URL: https://github.com/apache/trafficserver/pull/13285#discussion_r3424105740
##########
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:
OK, if this timed out while draining, then it was hung. Reducing the size
isn't a solution. That probably just reduces the packet size so the test isn't
exercising what it needs to.
--
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]