]> git.ipfire.org Git - thirdparty/bind9.git/commit
Update the chain test
authorAram Sargsyan <aram@isc.org>
Thu, 6 Jun 2024 20:49:34 +0000 (20:49 +0000)
committerAram Sargsyan <aram@isc.org>
Wed, 31 Jul 2024 15:14:43 +0000 (15:14 +0000)
commit6bad06ea2eaddbb0c73af067f932e382347674f9
tree52986112c2dca3012b1460b584bfb7951e22af3f
parent27f6fc915c584c860273489e54fac628b599bbbd
Update the chain test

Update the CNAME chain test to correspond to the changed behavior,
because now named returns SERVFAIL when hitting the maximum query
restarts limit (e.g. happening when following a long CNAME chain).

In the current test auth will hit the limit and return partial data
with a SERVFAIL code, while the resolver will return no data with
a SERVFAIL code after auth returns SERVFAIL to it.

(cherry picked from commit 7751c7eca6ad543106e2517e5e172ad30aeb6c76)
bin/tests/system/chain/tests.sh