]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
doth system test: increase transfers-in/out limits
authorArtem Boldariev <artem@boldariev.com>
Wed, 24 Aug 2022 17:44:47 +0000 (20:44 +0300)
committerArtem Boldariev <artem@boldariev.com>
Wed, 12 Oct 2022 18:52:52 +0000 (21:52 +0300)
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.

bin/tests/system/doth/ns1/named.conf.in
bin/tests/system/doth/ns2/named.conf.in

index 6ce3675f8c647208ff762cd29d0c93f361490d86..500675f587882e3b761ac27aff5b63d440b74f7b 100644 (file)
@@ -95,6 +95,8 @@ options {
        statistics-file "named.stats";
        dnssec-validation yes;
        tcp-initial-timeout 1200;
+       transfers-in 100;
+       transfers-out 100;
 };
 
 zone "." {
index d871c57afc9ccdf37e84b2e23009b990de51dbaa..3cb20425c7d4c86e7fe10c7faa4aea9626c92249 100644 (file)
@@ -49,6 +49,8 @@ options {
        ixfr-from-differences yes;
        check-integrity no;
        dnssec-validation yes;
+       transfers-in 100;
+       transfers-out 100;
 };
 
 zone "." {