JosiahWI opened a new issue, #11431:
URL: https://github.com/apache/trafficserver/issues/11431

   After investigating the CI failures, I discovered that they are due to a 
race condition between the `DUMP_HEADER` macro and some other debug logging in 
`HttpTransact`. The debug output can be interleaved because the `DUMP_HEADER` 
macro makes separate, unsynchronized calls to `fprintf(stderr, ...)`, and the 
AuTest fails because traffic.out doesn't match the gold file. I intend to fix 
this by batching everything in one call to `fprintf` instead of separate ones.


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