]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.16] chg: test: Be more patient when stopping servers in the system tests
authorMichal Nowak <mnowak@isc.org>
Tue, 10 Sep 2024 12:44:51 +0000 (12:44 +0000)
committerMichal Nowak <mnowak@isc.org>
Tue, 10 Sep 2024 12:44:51 +0000 (12:44 +0000)
commit4540b3dd2df094fd21b36e5f13c8803b34c5ee76
tree68ec79e2ba1272c81762203c816196b92035f9ea
parentb16314289f742f709b33a4768a4347b4e38db7d2
parent6d5e81c096bb3ace5d140628d8881f9452618fa6
[9.16] chg: test: Be more patient when stopping servers in the system tests

When the TCP test is run on the busy server, the server might take a
while to wind the server down because it might still be processing all
that 300k invalid XFR requests.

Increate the rncd wait time to 120 seconds, the SIGTERM time to 300
seconds, and reduce the time to wait for ans servers from 1200 second
to just 120 seconds.

(cherry picked from commit d97147232157a87ccb155b2d9c312eb7d1a21b4f)

Backport of MR !6847

Merge branch 'backport-ondrej-increase-the-time-to-wait-for-servers-to-gracefully-shutdown-9.16' into 'bind-9.16'

See merge request isc-projects/bind9!9468