]> git.ipfire.org Git - thirdparty/bind9.git/commit
test that cache is preserved on reconfing failure
authorColin Vidal <colin@isc.org>
Tue, 16 Sep 2025 15:14:46 +0000 (17:14 +0200)
committerColin Vidal <colin@isc.org>
Wed, 17 Sep 2025 14:45:51 +0000 (16:45 +0200)
commit714693742e9361c4ad9397debae530070a4b1cd2
treee2f7d13a3a5cca421d1d9ac7cff20943231fd332
parent22803b93e3f4bfac85716cc80136e7933106daa2
test that cache is preserved on reconfing failure

A named bug scrap the cache on a second reload after an initial reload
failure. Adds a test checking that the cache is preserved between server
reconfiguration/reloads even if it fails at some point (after attempting
to re-use the cache) and the server is re-loaded later.
bin/tests/system/resolver/ns1/named.conf.j2 [new file with mode: 0644]
bin/tests/system/resolver/tests_resolver.py [new file with mode: 0644]
bin/tests/system/resolver/tests_sh_resolver.py