ywkaras commented on issue #8527:
URL: https://github.com/apache/trafficserver/issues/8527#issuecomment-972376697


   If anyone wants to try to reproduce this, the way I run the same test back 
to back, multiple times, is to first cd to the directory containing the test, 
and create aliases for it using symbolic links:
   ```
   for n in $( seq 1 100 ); do ln -s post-early-return.test.py xyz$n.test.py; 
done
   ```
   Then cd to the TS `tests` subdirectory, and run the test multiple times 
using the aliases:
   ```
   ./autest.sh --ats-bin ~/TSX/TS4/bin -f $( for n in $( seq 1 80 ) ; do echo 
xyz$n ; done )
   ```


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