]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not expect fail in cpu test default configuration
authorPetr Menšík <pemensik@redhat.com>
Tue, 24 Jun 2025 15:12:35 +0000 (17:12 +0200)
committerPetr Špaček <pspacek@isc.org>
Wed, 25 Jun 2025 11:35:27 +0000 (11:35 +0000)
commit8e789ea62f882cc3f1308de16dd3ca22ef0f8f04
tree03c0fcc3ff98c18bb6a9623fc94de95954b9048d
parent4fa74b4c8ce6c9adcab8a5c2b8d374d5db1521a7
Do not expect fail in cpu test default configuration

Previous CPU test relied on either missing default named.conf or the
missing permissions to write into its default directory. In short that
default configuration would be unusable with current user. It would hang
indefinitely at cpu test if the named user could write into directory
specified in default configuration.

Change it instead to explicitly try non-existent configuration file.
It will still fail immediately, but will not rely on running user or
presence of file at default configuration file path.
bin/tests/system/cpu/tests.sh