]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixup! Port TCP high-water checks to Python
authorŠtěpán Balážik <stepan@isc.org>
Tue, 16 Jun 2026 16:48:33 +0000 (18:48 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Tue, 16 Jun 2026 16:48:33 +0000 (18:48 +0200)
bin/tests/system/tcp/tests_tcp.py

index fc0e4fe13bcb6f2a9a89ae4ada26e19d8c16a5ab..0c0ae7a5b0b043aad8a00dda8505e0bb52140cdb 100644 (file)
@@ -422,15 +422,7 @@ def test_tcp_high_water(ns5: NamedInstance, named_port: int) -> None:
             isctest.log.info("checking TCP query response")
             check_tcp_response(ns5.ip)
 
-            isctest.log.info("TCP and recursive high-water: check initial statistics")
-            status = TcpStatus.of(ns5)
-            # start.pl checks whether each named is running using dig over TCP,
-            # which increments both high-water counters once before tests run.
-            status.check(current=0, high_water=1, recursive_high_water=1)
-
-            isctest.log.info("TCP and recursive high-water: reset")
             ns5.rndc("reset-stats tcp-high-water recursive-high-water")
-
             isctest.log.info(
                 "TCP and recursive high-water: check statistics after reset"
             )