This is an automated email from the ASF dual-hosted git repository.
bcall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from e764b681ff Fix cache directory corruption in parallel dir sync (#12873)
add 1305a1c6a5 Add parallel autest runner for faster test execution
(#12867)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 12 +-
doc/developer-guide/testing/autests.en.rst | 9 +
tests/CMakeLists.txt | 1 +
tests/README.md | 35 +
tests/autest-parallel.py.in | 1020 ++++++++++++++++++++
tests/autest.sh.in | 49 +-
tests/gold_tests/autest-site/ports.py | 23 +-
tests/gold_tests/basic/config.test.py | 3 +-
tests/gold_tests/basic/copy_config.test.py | 8 +-
tests/gold_tests/remap/remap_acl.test.py | 13 +-
.../traffic_ctl/traffic_ctl_test_utils.py | 51 +-
tests/serial_tests.txt | 8 +
12 files changed, 1184 insertions(+), 48 deletions(-)
create mode 100755 tests/autest-parallel.py.in
create mode 100644 tests/serial_tests.txt