]> git.ipfire.org Git - thirdparty/bind9.git/commit
[rt46602] Ensure that tests running in parallel use unique ports
authorStephen Morris <stephen@isc.org>
Fri, 17 Nov 2017 13:21:05 +0000 (13:21 +0000)
committerEvan Hunt <each@isc.org>
Sun, 25 Feb 2018 17:21:52 +0000 (09:21 -0800)
commit0342f7e55967e599467da033deb6b1e88c8809e5
treefd6f05f3a8e19a51bd5b78b26d4532e81344a507
parent8fa27c735889943bb87a5a6884e3c97001fb4437
[rt46602] Ensure that tests running in parallel use unique ports

Via an intermediate make file, tests that have been modified to be able
to run in parallel are assigned unique query and control port numbers
(other than 5300 and 9953 respectively).  Tests that have not yet been
modified all use ports 5300 and 9953, so must be run sequentially.

(cherry picked from commit e7429b124bd3d0fcce107eaf790ece4ba332eccd)
(cherry picked from commit 4f68e67e5cb5799cf26657f3e00ae3fca636a96f)
(cherry picked from commit 704e2324e3ade6b5a19c6391a5230924715b1544)
bin/tests/system/Makefile.in
bin/tests/system/conf.sh.in
bin/tests/system/runall.sh