]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Refactor the cyclic_glue ans5 response server
authorŠtěpán Balážik <stepan@isc.org>
Wed, 12 Aug 2026 18:08:45 +0000 (18:08 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 12 Aug 2026 18:08:45 +0000 (18:08 +0000)
Use the small record-builder helpers and module-style dnspython imports of the other `isctest.asyncserver` servers. Switching to `QnameQtypeHandler` also makes the declared qtypes take effect — a plain `QnameHandler` ignores them — restricting the referrals to the A queries the test actually sends.

Merge branch 'stepan/cyclic_glue-asyncserver-cleanup' into 'main'

See merge request isc-projects/bind9!12525


Trivial merge