bryancall commented on issue #9014:
URL: https://github.com/apache/trafficserver/issues/9014#issuecomment-4827450126

   I am closing this as resolved. This was an intermittent failure of the 
post-early-return AuTest from 2022, where the upstream mock server reset the 
TCP connection mid-stream and left HTTP/2 stream errors (code 0x05, recv data 
stream closed) in diags.log, producing a 502 on the HTTP/2 run. The test has 
been hardened across several changes since then, most directly [PR 
#12886](https://github.com/apache/trafficserver/pull/12886) (first released in 
10.2.0), which replaced the single-connection nc-based server1.sh with a new 
mock origin (tests/tools/mock_origin.py) that absorbs readiness probes and 
drains the request body before closing, preventing the TCP reset that caused 
the stream errors seen here. The flaky path described in this issue has been 
reworked, so I am closing it. Please reopen if the intermittent failure 
reappears on current master.


-- 
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]

Reply via email to