2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

allow ATF tests to run in parallel

This commit is contained in:
Evan Hunt
2018-03-09 14:02:19 -08:00
parent cba2b972bc
commit ef0b4c91bc
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ atf_test_program{name='name_test'}
atf_test_program{name='nsec3_test'}
atf_test_program{name='peer_test'}
atf_test_program{name='private_test'}
atf_test_program{name='rbt_serialize_test'}
atf_test_program{name='rbt_serialize_test', is_exclusive=true}
atf_test_program{name='rbt_test'}
atf_test_program{name='rdata_test'}
atf_test_program{name='rdataset_test'}

View File

@@ -30,7 +30,7 @@ then
echo "S:unit:`date`"
echo "T:unit:1:A"
echo "I: unit tests (using kyua)"
kyua --logfile kyua.log --loglevel debug test --results-file ${KYUA_RESULT:-NEW}
kyua -v parallelism=${TEST_PARALLEL_JOBS:-1} --logfile kyua.log --loglevel debug test --results-file ${KYUA_RESULT:-NEW}
status=$?
kyua report --results-file ${KYUA_RESULT:-LATEST}