From: Štěpán Balážik Date: Tue, 16 Jun 2026 16:42:09 +0000 (+0200) Subject: fixup! Port TCP high-water checks to Python X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2ac1de96876536853ea796472b2358c229f0fcc;p=thirdparty%2Fbind9.git fixup! Port TCP high-water checks to Python --- diff --git a/bin/tests/system/tcp/tests_tcp.py b/bin/tests/system/tcp/tests_tcp.py index 70c825e9094..003f46cc9c5 100644 --- a/bin/tests/system/tcp/tests_tcp.py +++ b/bin/tests/system/tcp/tests_tcp.py @@ -416,7 +416,7 @@ def test_tcp_request_statistics( assert ns2_tcp_after_resolver < ns2_tcp_after_forwarder -def test_tcp_high_water(named_port: int, ns5: NamedInstance) -> None: +def test_tcp_high_water(ns5: NamedInstance, named_port: int) -> None: async def run() -> None: async with TcpConnectionPool() as pool: isctest.log.info("checking TCP query response")