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

   I noticed the following warning in our CI:
   
   ```
   Warning: overiding test tls with test in 
/var/tmp/trafficserver/tests/gold_tests/pluginTest/txn_box/basic
   Warning: overiding test basic with test in 
/var/tmp/trafficserver/tests/gold_tests/pluginTest/txn_box/basic
   Warning: overiding test redirect with test in 
/var/tmp/trafficserver/tests/gold_tests/pluginTest/txn_box/basic
   ```
   
   This indicates that our new txn_box autests have naming conflicts with 
previously created ATS autests ("basic", "tls", "redirect", to be specific). 
This patch disambiguates these tests by prefixing each txn_box autest with 
"txn_box". In addition to resolving the naming conflicts, this also identifies 
the tests as txn_box for users seeing the tests run and allows regex matching 
on them.


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