]> git.ipfire.org Git - thirdparty/bind9.git/commit
Disable TCP pipelining in tcp and masterformat system test
authorOndřej Surý <ondrej@sury.org>
Sun, 15 Mar 2026 07:57:26 +0000 (08:57 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 14 Apr 2026 15:48:15 +0000 (17:48 +0200)
commit05e8b58307db4333633226a3a38f3321368c41f7
tree674ece06b5d8e83ea0d5818bc8b5c1e8cc5e8680
parentd5ee86b799893096b7e95e6426459fae3cf7ef00
Disable TCP pipelining in tcp and masterformat system test

Set tcppipelining=1 on recursive servers in the system tests to
restore one-query-per-connection behavior.  The tests relies on
specific connection and query counting that breaks with TCP
connection sharing.
bin/tests/system/tcp/ns2/named.args [new file with mode: 0644]
bin/tests/system/tcp/ns3/named.args [new file with mode: 0644]
bin/tests/system/tcp/ns4/named.args [new file with mode: 0644]
bin/tests/system/tcp/ns5/named.args [new file with mode: 0644]