]> git.ipfire.org Git - thirdparty/bind9.git/commit
Require dnspython>2.0.0 in system tests using asyncserver
authorŠtěpán Balážik <stepan@isc.org>
Fri, 31 Oct 2025 11:04:39 +0000 (12:04 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Tue, 4 Nov 2025 15:57:59 +0000 (16:57 +0100)
commit072a82a6c58075c248fc35503bfd31c43c112d69
tree7bcb3cd075ec1e5d87fc7707e84983643b26e9c2
parenta94aab94404201a662c1e1d3e53cdeae0f5c8db5
Require dnspython>2.0.0 in system tests using asyncserver

Maintaining compatibility with pre-2.0.0 dnspython became cumbersome
leading to failure in nightly CI jobs which are the only ones that run
with dnspython this old.

Abort all AsyncServer instances when running with old dnspython. Add an
importor skip for all system tests using isctest.asyncserver.
25 files changed:
bin/tests/system/chain/tests_sh_chain.py
bin/tests/system/cookie/tests_sh_cookie.py
bin/tests/system/dispatch/tests_connreset.py
bin/tests/system/dnssec/tests_badkey.py
bin/tests/system/dnssec/tests_badkey_broken.py
bin/tests/system/dnssec/tests_badkey_revoked.py
bin/tests/system/dnssec/tests_delv.py
bin/tests/system/dnssec/tests_policy.py
bin/tests/system/dnssec/tests_tat.py
bin/tests/system/dnssec/tests_validation.py
bin/tests/system/dnssec/tests_validation_accept_expired.py
bin/tests/system/dnssec/tests_validation_managed_keys.py
bin/tests/system/dnssec/tests_validation_many_anchors.py
bin/tests/system/dnssec/tests_validation_multiview.py
bin/tests/system/fetchlimit/tests_sh_fetchlimit.py
bin/tests/system/forward/tests_sh_forward.py
bin/tests/system/isctest/asyncserver.py
bin/tests/system/nsupdate/tests_sh_nsupdate.py
bin/tests/system/qmin/tests_sh_qmin.py
bin/tests/system/rpzrecurse/tests_sh_rpzrecurse.py
bin/tests/system/statistics/tests_sh_statistics.py
bin/tests/system/tsig/tests_badtime.py
bin/tests/system/upforwd/tests_sh_upforwd.py
bin/tests/system/xfer/tests_sh_xfer.py
bin/tests/system/zero/tests_sh_zero.py