mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
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:
parent
d35bc843c5
commit
cb6a92696a
4 changed files with 4 additions and 0 deletions
1
bin/tests/system/tcp/ns2/named.args
Normal file
1
bin/tests/system/tcp/ns2/named.args
Normal file
|
|
@ -0,0 +1 @@
|
|||
-D tcp-ns2 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1
|
||||
1
bin/tests/system/tcp/ns3/named.args
Normal file
1
bin/tests/system/tcp/ns3/named.args
Normal file
|
|
@ -0,0 +1 @@
|
|||
-D tcp-ns3 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1
|
||||
1
bin/tests/system/tcp/ns4/named.args
Normal file
1
bin/tests/system/tcp/ns4/named.args
Normal file
|
|
@ -0,0 +1 @@
|
|||
-D tcp-ns4 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1
|
||||
1
bin/tests/system/tcp/ns5/named.args
Normal file
1
bin/tests/system/tcp/ns5/named.args
Normal file
|
|
@ -0,0 +1 @@
|
|||
-D tcp-ns5 -m record -c named.conf -d 99 -g -T maxcachesize=2097152 -T tcppipelining=1
|
||||
Loading…
Reference in a new issue