bneradt opened a new pull request, #12540: URL: https://github.com/apache/trafficserver/pull/12540
This changes the remap_acl.test.py test to use config reloads instead of spinning up new ATS insteads for every TestRun. The 1/3 speedup is relatively modest, but straightforward enough to implement that it seems worth it to save about 40 seconds on the test run. Before: ``` ./autest.sh --sandbox /tmp/sb --clean=none -f remap_acl 169.64s user 59.69s system 52% cpu 7:17.19 total ``` After: ``` ./autest.sh --sandbox /tmp/sb --clean=none -f remap_acl 129.60s user 8.27s system 109% cpu 2:06.28 total ``` -- 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]
