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

   jax_fingerprint.test.py: address log wait flakiness.
   
   The jax_fingerprint AuTest split its log verification between a broad
   await for the method name and a later file-content assertion for the
   fingerprint line. On CI, that can still leave the final assertion
   observing the log before the fingerprint entry has been proven present.
   
   This makes the await check the fingerprint-shaped log entry directly and
   removes the redundant later file-content assertion, so each variant
   blocks on the exact log content it needs.
   
   Fixes: #13300


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