]> git.ipfire.org Git - thirdparty/bind9.git/commit
Test case for issue #4355
authorMatthijs Mekking <matthijs@isc.org>
Mon, 23 Oct 2023 11:52:12 +0000 (13:52 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 31 Oct 2023 12:52:01 +0000 (13:52 +0100)
commit784b096098e45ce7b002904246b8be4e80733410
tree1c96720c9f7557707a59d9c6daafff9655d8ead8
parent15f664171dd76c384314206666bfacf55dd8ddb2
Test case for issue #4355

Add a test case where serve-stale is enabled on a server that also
servers a local authoritative zone.

The particular case tests a lame delegation and checks if falling
back to serving stale data does not attempt to retrieve the query
by recursing from the root down.

(cherry picked from commit e196ba61682694c107d0a6cadf6255da550a69a2)
bin/tests/system/serve-stale/ns1/root.db
bin/tests/system/serve-stale/ns3/named.conf.in [new file with mode: 0644]
bin/tests/system/serve-stale/ns3/serve.stale.db [new file with mode: 0644]
bin/tests/system/serve-stale/ns6/named.conf.in [new file with mode: 0644]
bin/tests/system/serve-stale/ns6/serve.stale.db [new file with mode: 0644]
bin/tests/system/serve-stale/ns6/stale.db [new file with mode: 0644]
bin/tests/system/serve-stale/setup.sh
bin/tests/system/serve-stale/tests.sh