From 797d865121463667b7036dba770e88a763d0be73 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Tue, 18 Feb 2025 19:13:35 +0000 Subject: [PATCH] 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. --- bin/tests/system/notify/ns3/named.conf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/tests/system/notify/ns3/named.conf.in b/bin/tests/system/notify/ns3/named.conf.in index 832043d9f6..65983e38a0 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 "." {