]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
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)
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]

diff --git a/bin/tests/system/tcp/ns2/named.args b/bin/tests/system/tcp/ns2/named.args
new file mode 100644 (file)
index 0000000..4934c4f
--- /dev/null
@@ -0,0 +1 @@
+-D tcp-ns2 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1
diff --git a/bin/tests/system/tcp/ns3/named.args b/bin/tests/system/tcp/ns3/named.args
new file mode 100644 (file)
index 0000000..dce0bc7
--- /dev/null
@@ -0,0 +1 @@
+-D tcp-ns3 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1
diff --git a/bin/tests/system/tcp/ns4/named.args b/bin/tests/system/tcp/ns4/named.args
new file mode 100644 (file)
index 0000000..06e4295
--- /dev/null
@@ -0,0 +1 @@
+-D tcp-ns4 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1
diff --git a/bin/tests/system/tcp/ns5/named.args b/bin/tests/system/tcp/ns5/named.args
new file mode 100644 (file)
index 0000000..a804c55
--- /dev/null
@@ -0,0 +1 @@
+-D tcp-ns5 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1