From: Artem Boldariev Date: Wed, 12 Oct 2022 15:46:54 +0000 (+0300) Subject: doth system test - decrease HTTP listener quota size X-Git-Tag: v9.19.7~66^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=354494cd10861ed3b5ebc568a4e26abb97a4ee12;p=thirdparty%2Fbind9.git doth system test - decrease HTTP listener quota size This commit reduces the size of HTTP listener quota from 300 (default) to 100 so that it would make hitting any global limits in case of running multiple tests in parallel in multiple containers unlikely. This way the need in opening many file descriptors of different kinds (e.g. client side connections and pipes) gets significantly reduced while the required code paths are still verified. --- diff --git a/bin/tests/system/doth/ns1/named.conf.in b/bin/tests/system/doth/ns1/named.conf.in index 45102290569..6ce3675f8c6 100644 --- a/bin/tests/system/doth/ns1/named.conf.in +++ b/bin/tests/system/doth/ns1/named.conf.in @@ -19,6 +19,7 @@ controls { http local { endpoints { "/dns-query"; "/alter"; }; + listener-clients 100; }; tls tls-forward-secrecy {