]> git.ipfire.org Git - thirdparty/bind9.git/commit
send bursts of queries in parallel to reduce test runtime
authorEvan Hunt <each@isc.org>
Thu, 20 Feb 2020 02:26:48 +0000 (18:26 -0800)
committerEvan Hunt <each@isc.org>
Thu, 27 Feb 2020 06:28:33 +0000 (22:28 -0800)
commit195d25b2229244fb5ffbc485f8ca05bf6e08d282
treec861eee094c7ed97ff04ff0b96b8e1ff814defc5
parent027601cd3efc24da348c8555beea61ca61712e4d
send bursts of queries in parallel to reduce test runtime

sending each group of queries simultaneously, and then checking the
output after the last one finishes, reduces the runtime of the
serve-stale test by about six minutes.
bin/tests/system/serve-stale/ns1/named1.conf.in
bin/tests/system/serve-stale/ns1/named2.conf.in
bin/tests/system/serve-stale/tests.sh