bneradt opened a new pull request, #13323:
URL: https://github.com/apache/trafficserver/pull/13323

   stale_response.test.py: address log wait flakiness.
   
   The stale_response log checks can run before every directive that they
   later assert has been written. The test also aliases FORCE_SIE to
   FORCE_SWR, so forced stale-if-error coverage silently exercises the
   stale-while-revalidate replay instead.
   
   This gives FORCE_SIE a distinct enum value and replaces the sleep-based
   watcher with explicit await runs for each directive being asserted. This
   makes the log checks wait for the matching stale-while-revalidate and
   stale-if-error entries where needed.
   
   Fixes: #13301


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