]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: Use isctest.asyncserver in the "cookie" test
authorŠtěpán Balážik <stepan@isc.org>
Wed, 29 Oct 2025 16:06:26 +0000 (16:06 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 29 Oct 2025 16:06:26 +0000 (16:06 +0000)
commit1ff1c4d0424219e4e20faebeb9fbabc775896142
tree58e7d2ba7434409883c3a5648ead080ac6206020
parent9d79b768d73a1e01d57bfc425a3a21e768f54f44
parent02c2f76e30a7594886aa0722068d6678e087bfd9
chg: test: Use isctest.asyncserver in the "cookie" test

Replace the custom DNS servers in the "cookie" system test with new code
based on the isctest.asyncserver module. The convoluted test logic is
split into multiple response handlers which are shared between the two
servers.

Behavior change: returned SOA records have the zone name set properly.

Merge branch 'stepan/cookie-asyncserver' into 'main'

See merge request isc-projects/bind9!10691