]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] chg: test: Replace dns.query module with isctest.query
authorMichal Nowak <mnowak@isc.org>
Tue, 1 Oct 2024 15:04:13 +0000 (15:04 +0000)
committerMichal Nowak <mnowak@isc.org>
Tue, 1 Oct 2024 15:04:13 +0000 (15:04 +0000)
commitcd2e369aa88af0950e186304fa53f721b4357bf8
tree7fbe5a1544dbd2929f74301edf6b65dad4c8f20a
parent72626cf9405bec659a7f64e8bf2335688aef550d
parent8252f8cbc44f6a3557922b1d3bdb918d5342f428
[9.20] chg: test: Replace dns.query module with isctest.query

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.

Backport of MR !9560

Merge branch 'backport-mnowak/convert-dns-query-udp-and-tcp-to-isctest-query-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9574