]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add XFR max-transfer-time-out and max-tranfer-idle-out system tests
authorOndřej Surý <ondrej@isc.org>
Tue, 8 Feb 2022 20:32:10 +0000 (21:32 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 17 Feb 2022 21:59:24 +0000 (22:59 +0100)
commitb3efa9f7edd6725b58bd00dd69dc6d75434e57cb
tree173af15f06c977411e437041a3da183cf140262d
parentcbf2bed95e73983c97da38b618de27a7b57c9ecc
Add XFR max-transfer-time-out and max-tranfer-idle-out system tests

Extend the timeouts system test to ensure that the maximum outgoing
transfer time (max-transfer-time-out) and maximum outgoing transfer idle
time (max-transfer-idle-out) works as expected.  This is done by
lowering the limits to 5/1 minutes and testing that the connection has
been dropped while sleeping between the individual XFR messages.

(cherry picked from commit 8fed1b64618a1625dd1efc2d7cd8983284b1f4a5)
bin/tests/system/timeouts/conftest.py
bin/tests/system/timeouts/ns1/named.conf.in
bin/tests/system/timeouts/tests-tcp.py