]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: Use isctest.asyncserver in the "pipelined" test
authorMichał Kępień <michal@isc.org>
Fri, 13 Feb 2026 14:03:36 +0000 (15:03 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 13 Feb 2026 14:03:36 +0000 (15:03 +0100)
commit9c4c48a8ae38f42db7439fc3440d6cda26b204c5
treedb2b80602c7404e18fe8b51b68b9400f10c34927
parentdb6fe7bd162239de1deb0ee85f680768fab97602
parent39540252187c66e1344acdc7967d3800536454b3
chg: test: Use isctest.asyncserver in the "pipelined" test

Replace the custom DNS server used in the "pipelined" system test with
new code based on the isctest.asyncserver module.

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

See merge request isc-projects/bind9!11516