From: Michał Kępień Date: Fri, 30 May 2025 17:37:53 +0000 (+0000) Subject: chg: test: Use isctest.asyncserver in the "chain" test X-Git-Tag: v9.21.9~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec62266cbf6b5fd6c03dcc4921241b97e1fb8ab;p=thirdparty%2Fbind9.git chg: test: Use isctest.asyncserver in the "chain" test Replace the custom DNS servers used in the "chain" system test with new code based on the isctest.asyncserver module. For ans3, replace the sequence of logical conditions present in Perl code with zone files and a limited amount of custom logic applied on top of them where necessary. For ans4, replace the ctl_channel() and create_response() functions with a custom control command handler coupled with a dynamically instantiated response handler, making the code more robust and readable. Migrate sendcmd() and its uses to the new way of sending control queries to custom servers used in system tests. Depends on !10409 Merge branch 'michal/chain-asyncserver' into 'main' See merge request isc-projects/bind9!10410 --- fec62266cbf6b5fd6c03dcc4921241b97e1fb8ab