]> 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:39 +0000 (11:36 +0000)
commit35a69710cc228940a95a61b4517c60ff31cbb40a
treee5a0533b40217446c1b1a837d17fae1113d2ae47
parentc5dab0798b6ffc54febf8c1738b184cc25339964
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