]> git.ipfire.org Git - thirdparty/bind9.git/commit
Downgrade "timeout" and "attempts" arguments in shutdown
authorMichal Nowak <mnowak@isc.org>
Mon, 16 Sep 2024 12:55:06 +0000 (14:55 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 23 Sep 2024 13:06:42 +0000 (13:06 +0000)
commit463ab2f3f5f649c3fef162dbd05890c34eac43b4
tree69868b42e754013916a33e45877bd329311045dc
parent59cce2832056ad647668330e04283ded0ca59883
Downgrade "timeout" and "attempts" arguments in shutdown

The shutdown system test sends queries when named is shutting down, not
in an attempt to get answers but to destabilize the server into a crash.
With isctest.query.udp() defaulting to try up to ten times with a
ten-second timeout to get a response we don't care about from a likely
terminated server, we make the test run much longer than needed because
of retries and long timeouts.
bin/tests/system/shutdown/tests_shutdown.py