]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: test: Bump max-recursion-queries to 100 in resolver system test
authorMichal Nowak <mnowak@isc.org>
Thu, 29 Aug 2024 15:32:08 +0000 (15:32 +0000)
committerMichal Nowak <mnowak@isc.org>
Thu, 29 Aug 2024 15:32:08 +0000 (15:32 +0000)
commit456904d15dfb0edde60435be07bffd6acf3dee25
tree5acfec9fcca075af3bb3f12ac69a458cb31fac1e
parent2e4e6daf98dc54fc063556ce4949f3ca41878cae
parent5a802a22b5672e8cd39f05bce0a85a29dc353968
[9.18] chg: test: Bump max-recursion-queries to 100 in resolver system test

With max-recursion-queries set to 50 the resolver system test was
unstable in the "checking query resolution for a domain with a valid
glueless delegation chain" check as ns1 replied with SERVFAIL.

Closes #4897

Backport of MR !9435

Merge branch 'backport-4897-resolver-ns1-max-recursion-queries-100-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9441