]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix spurious failure of the TCP limits regression tests 15473/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 25 Apr 2025 14:55:11 +0000 (16:55 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 25 Apr 2025 14:55:11 +0000 (16:55 +0200)
commit41eefc7824797a0b39cc14cce862c7158777d661
tree8a517f700471da9ec57d9020cab33c62ad1ab063
parent5c5610bf59886b7a5d66a6e218aab2704ea44154
dnsdist: Fix spurious failure of the TCP limits regression tests

The "maximum duration" test used to trigger the maximum number of
TCP read IOs, preventing the next test from being run. This commit
sets the maximum number of TCP read IOs to "unlimited" for this test.
regression-tests.dnsdist/test_TCPLimits.py