]> git.ipfire.org Git - thirdparty/bind9.git/commit
log-based test for load/apply config
authorColin Vidal <colin@isc.org>
Thu, 5 Jun 2025 16:28:22 +0000 (18:28 +0200)
committerEvan Hunt <each@isc.org>
Mon, 23 Jun 2025 17:45:31 +0000 (10:45 -0700)
commit209b30d563c1cce3f263d514438f3aa13a5dd98f
tree7d01d87f56a865819b0471b1a40fa3bd7c086002
parentd7416bb472b14dc317cd0f2ee0a8fc3d4082623e
log-based test for load/apply config

Add a new system test which checks named output when starting,
reconfiguring and reloading the server. It checks that the steps where
configuration is loaded, when named enters exclusive mode, and when the
configuration is applied are all logged, and that they occur in the
correct order. This adds a guard/warning to keep the parsing of the
named.conf outside of the exclusive mode.
bin/tests/system/configloading/README [new file with mode: 0644]
bin/tests/system/configloading/ns1/example.db [new file with mode: 0644]
bin/tests/system/configloading/ns1/named.conf.in [new file with mode: 0644]
bin/tests/system/configloading/setup.sh [new file with mode: 0644]
bin/tests/system/configloading/tests_sh_configloading.py [new file with mode: 0644]