]> 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)
committerStephen Morris <stephen@isc.org>
Fri, 16 Feb 2018 14:57:51 +0000 (14:57 +0000)
commite7429b124bd3d0fcce107eaf790ece4ba332eccd
tree4cf4508f473fbf9193bd2342c04fb2a56ceb1c69
parente1a69e5d1f1e9e38db9cbd14bc2aeb54f420ace9
[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.
bin/tests/system/Makefile.in
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.win32
bin/tests/system/runall.sh