]> git.ipfire.org Git - thirdparty/bind9.git/commit
increase 1-second timeout in fetchlimit
authorEvan Hunt <each@isc.org>
Thu, 2 Sep 2021 16:11:02 +0000 (09:11 -0700)
committerEvan Hunt <each@isc.org>
Fri, 3 Sep 2021 06:23:46 +0000 (06:23 +0000)
commit45f330339c640dc0c27101942a2a107fa1972dd4
tree8d9906b0b4775226603f74b02775c5aa20805427
parent9d3d5a1d3f65a5f0ea6410a122dbc033d304b84f
increase 1-second timeout in fetchlimit

when "checking lame server clients are dropped below the hard limit",
periodically a query is sent for a name for which the server is
authoritative, to verify that legitimate queries can still be
processed while the server is dealing with a flood of lame delegation
queries. those queries used the same dig options as elsewhere in the
fetchlimit test, including "+tries=1 +timeout=1". on slow systems, a
1-second timeout may be insufficient to get an answer even if the server
is behaving well. this commit increases the timeout for the check
queries to 2 seconds in hopes that will be enough to eliminate test
failures in CI.
bin/tests/system/fetchlimit/tests.sh