]> git.ipfire.org Git - thirdparty/bind9.git/commit
Special case tests for lmdb
authorMatthijs Mekking <matthijs@isc.org>
Wed, 9 Dec 2020 13:14:43 +0000 (14:14 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 19 Jan 2021 09:12:40 +0000 (10:12 +0100)
commit437d271483064deec2f4160c0ebcaea1e8c218be
tree327b802982bac9b7876a91cfc9e5a64df1d31d48
parentdc6de216af566f2d293cfc5b791b20de4b465c3a
Special case tests for lmdb

When compiling BIND 9 without lmdb, this is promoted from
'not operational' to 'not configured', resulting in a failure (and no
longer a warning) if ldmb-related configuration options are set.

Special case certain system tests to avoid test failures on systems
that do not have lmdb.
bin/tests/system/checkconf/lmdb-mapsize-largest.conf [moved from bin/tests/system/checkconf/good-lmdb-mapsize-largest.conf with 100% similarity]
bin/tests/system/checkconf/lmdb-mapsize-smallest.conf [moved from bin/tests/system/checkconf/good-lmdb-mapsize-smallest.conf with 100% similarity]
bin/tests/system/checkconf/tests.sh