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.

(cherry picked from commit 05e8b58307)
This commit is contained in:
Ondřej Surý 2026-03-15 08:57:26 +01:00
parent d35bc843c5
commit cb6a92696a
4 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
-D tcp-ns2 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1

View file

@ -0,0 +1 @@
-D tcp-ns3 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1

View file

@ -0,0 +1 @@
-D tcp-ns4 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1

View file

@ -0,0 +1 @@
-D tcp-ns5 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1