]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Use isctest.asyncserver in the "qmin" test
authorMichał Kępień <michal@isc.org>
Tue, 18 Mar 2025 05:55:17 +0000 (05:55 +0000)
committerMichał Kępień <michal@isc.org>
Tue, 18 Mar 2025 05:55:17 +0000 (05:55 +0000)
Replace custom DNS servers used in the "qmin" system test with new code
based on the isctest.asyncserver module.  The revised code employs zone
files and a limited amount of custom logic, which massively improves
test readability and maintainability, extends logging, and fixes
non-compliant replies sent by some of the custom servers in response to
certain queries (e.g. AA=0 in authoritative empty non-terminal
responses, non-glue address records in ADDITIONAL section).

Merge branch 'michal/qmin-asyncserver' into 'main'

See merge request isc-projects/bind9!10195


Trivial merge