]> 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:36:35 +0000 (11:36 +0000)
commita741244bc4e5b24a2079f2252e55a8cc9cc97c96
tree7e74599648ad315aa9e5933ee3b001cf05776393
parentc360100ab59138a06101442358201f975335bfbb
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.

(cherry picked from commit 8e789ea62f882cc3f1308de16dd3ca22ef0f8f04)
bin/tests/system/cpu/tests.sh