From: Aram Sargsyan Date: Tue, 18 Feb 2025 19:13:35 +0000 (+0000) Subject: Fix the notify system test after the newly applied timeout value X-Git-Tag: v9.21.8~12^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=797d865121463667b7036dba770e88a763d0be73;p=thirdparty%2Fbind9.git Fix the notify system test after the newly applied timeout value 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. --- diff --git a/bin/tests/system/notify/ns3/named.conf.in b/bin/tests/system/notify/ns3/named.conf.in index 832043d9f6a..65983e38a0f 100644 --- a/bin/tests/system/notify/ns3/named.conf.in +++ b/bin/tests/system/notify/ns3/named.conf.in @@ -25,6 +25,8 @@ options { recursion yes; notify yes; dnssec-validation no; + + tcp-initial-timeout 150; # 15 seconds }; zone "." {