]> git.ipfire.org Git - thirdparty/bind9.git/commit
Port TCP request statistics checks to Python
authorŠtěpán Balážik <stepan@isc.org>
Sat, 25 Apr 2026 14:00:38 +0000 (16:00 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Sat, 25 Apr 2026 18:25:41 +0000 (20:25 +0200)
commita10e40068cc23b66849b791ca3fa49c04bb825d0
tree6ab4106543e14492a67cd8a5fa04137b0c30f2ec
parent21d0c11f035f837c335e5b3f8559a6a16849bb3b
Port TCP request statistics checks to Python

Add a helper that runs `rndc stats` and reads the TCP request counter
from named.stats, then use it to port the resolver and forwarder checks
from the shell script to tests_tcp.py. Record named.stats as an extra
artifact so the generated statistics remain available after test runs.
bin/tests/system/tcp/tests.sh
bin/tests/system/tcp/tests_sh_tcp.py
bin/tests/system/tcp/tests_tcp.py