]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: Bump max-recursion-queries to 100 in resolver system test
authorMichal Nowak <mnowak@isc.org>
Thu, 29 Aug 2024 14:38:06 +0000 (14:38 +0000)
committerMichal Nowak <mnowak@isc.org>
Thu, 29 Aug 2024 14:38:06 +0000 (14:38 +0000)
commitb65533beff823eb5760b2ddc70676c273cd8adf7
treef8c3cc62ca9982ba653a6fa183e32ae54264224b
parent78d48f7ae28b8d03f9e72fe8c6f8697626579e46
parent8e0244d300482aff398aec2c55d00501addbfae5
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

Merge branch '4897-resolver-ns1-max-recursion-queries-100' into 'main'

Closes #4897

See merge request isc-projects/bind9!9435