]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] chg: test: Use isctest.asyncserver in the "cookie" test
authorŠtěpán Balážik <stepan@isc.org>
Wed, 29 Oct 2025 16:49:35 +0000 (16:49 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 29 Oct 2025 16:49:35 +0000 (16:49 +0000)
commit960c7c7dbd8138cde5e353bb24b4a67b03514baa
tree6c4b96a4b44725d6c17648f628b16347e59957b9
parent94d338ceb9d851e0cc4f453d88cea58684e9c18c
parent282f3830b054a437f795f156dc5621f1d86ae404
[9.20] 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.

Backport of MR !10691

Merge branch 'backport-stepan/cookie-asyncserver-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11170