From: Štěpán Balážik Date: Wed, 17 Jun 2026 18:02:50 +0000 (+0200) Subject: fixup! fixup! Port TCP high-water checks to Python X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c0a2d534ec1acdd39106a4f8dee7b61ccc004cc;p=thirdparty%2Fbind9.git fixup! 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 0c0ae7a5b0b..3c0cf17097d 100644 --- a/bin/tests/system/tcp/tests_tcp.py +++ b/bin/tests/system/tcp/tests_tcp.py @@ -70,7 +70,7 @@ class TcpStatus(NamedTuple): ) @classmethod - def of(cls, ns: NamedInstance) -> TcpStatus: + def of(cls, ns: NamedInstance) -> "TcpStatus": status = ns.rndc("status").out def value(label: str) -> str: @@ -100,7 +100,7 @@ class TcpStatus(NamedTuple): recursive_high_water: int | None = None, timeout: int = 2, delay: int = 1, - ) -> TcpStatus: + ) -> "TcpStatus": status: TcpStatus | None = None def check() -> bool: