]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Replace dns.query module with isctest.query
authorMichal Nowak <mnowak@isc.org>
Tue, 1 Oct 2024 12:05:39 +0000 (12:05 +0000)
committerMichal Nowak <mnowak@isc.org>
Tue, 1 Oct 2024 12:05:39 +0000 (12:05 +0000)
The `dns.query.udp` and `dns.query.tcp` methods are [prone to timeouts](https://gitlab.isc.org/isc-projects/bind9/-/jobs/4785053); their `isctest.query` equivalents should be used in system tests instead.

Merge branch 'mnowak/convert-dns-query-udp-and-tcp-to-isctest-query' into 'main'

See merge request isc-projects/bind9!9560


Trivial merge