From: Michal Nowak Date: Mon, 26 Aug 2024 15:56:56 +0000 (+0200) Subject: Bump max-recursion-queries to 100 in resolver system test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c17917a40e0cedf443233d27af8a28c540c8daa;p=thirdparty%2Fbind9.git Bump max-recursion-queries to 100 in resolver system test With max-recursion-queries set to 50 the resolver system test was unstable in the "checking query resolution for a domain with a valid glueless delegation chain" check as ns1 replied with SERVFAIL. --- diff --git a/bin/tests/system/resolver/ns1/named.conf.in b/bin/tests/system/resolver/ns1/named.conf.in index 9f27ed1e23c..b89f1925b7f 100644 --- a/bin/tests/system/resolver/ns1/named.conf.in +++ b/bin/tests/system/resolver/ns1/named.conf.in @@ -29,7 +29,7 @@ options { allow-query {!10.53.0.8; any; }; max-zone-ttl unlimited; attach-cache "globalcache"; - max-recursion-queries 50; + max-recursion-queries 100; }; server 10.53.0.3 {