]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix the notify system test after the newly applied timeout value
authorAram Sargsyan <aram@isc.org>
Tue, 18 Feb 2025 19:13:35 +0000 (19:13 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 23 Apr 2025 17:03:05 +0000 (17:03 +0000)
Since notify messages now use the configured 'tcp-initial-timeout'
connect timeout value, the existing "checking notify retries expire
within 30 seconds" check in the "notify" system test is failing. Set
the 'tcp-initial-timeout' option for ns3 to the previously hardcoded
value of 15 seconds for the test to pass successfully.

bin/tests/system/notify/ns3/named.conf.in

index 832043d9f6a159bb0b2a0ad2bcc36608a8ea4fa2..65983e38a0fb264070e69fd98b31a5dcb8f75130 100644 (file)
@@ -25,6 +25,8 @@ options {
        recursion yes;
        notify yes;
        dnssec-validation no;
+
+       tcp-initial-timeout 150; # 15 seconds
 };
 
 zone "." {