]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Bump max-recursion-queries to 100 in resolver system test
authorMichal Nowak <mnowak@isc.org>
Mon, 26 Aug 2024 15:56:56 +0000 (17:56 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 26 Aug 2024 16:00:52 +0000 (18:00 +0200)
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.

bin/tests/system/resolver/ns1/named.conf.in

index 9f27ed1e23ce74680d7957cf3da4026670e4e9db..b89f1925b7fdb264224f1aac91ba5b35c9cbc4a4 100644 (file)
@@ -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 {