From: Artem Boldariev Date: Wed, 24 Aug 2022 17:44:47 +0000 (+0300) Subject: doth system test: increase transfers-in/out limits X-Git-Tag: v9.19.7~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a551de7b91bbb10bab960860f45ed5a3e816d4;p=thirdparty%2Fbind9.git doth system test: increase transfers-in/out limits Sometimes doth test could intermittently fail shortly after start due to inability to complete a zone transfer in time. As it turned out, it could happen due to transfers-in/out limits. Initially the defaults were fine, but over time, especially when adding Strict/Mutual TLS, we added more than 10 zones so it became possible to hit the limits. This commit takes care of that by bumping the limits. --- diff --git a/bin/tests/system/doth/ns1/named.conf.in b/bin/tests/system/doth/ns1/named.conf.in index 6ce3675f8c6..500675f5878 100644 --- a/bin/tests/system/doth/ns1/named.conf.in +++ b/bin/tests/system/doth/ns1/named.conf.in @@ -95,6 +95,8 @@ options { statistics-file "named.stats"; dnssec-validation yes; tcp-initial-timeout 1200; + transfers-in 100; + transfers-out 100; }; zone "." { diff --git a/bin/tests/system/doth/ns2/named.conf.in b/bin/tests/system/doth/ns2/named.conf.in index d871c57afc9..3cb20425c7d 100644 --- a/bin/tests/system/doth/ns2/named.conf.in +++ b/bin/tests/system/doth/ns2/named.conf.in @@ -49,6 +49,8 @@ options { ixfr-from-differences yes; check-integrity no; dnssec-validation yes; + transfers-in 100; + transfers-out 100; }; zone "." {