]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not rely on default dig options in system tests
authorMichał Kępień <michal@isc.org>
Wed, 3 Apr 2019 10:57:33 +0000 (12:57 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 3 Apr 2019 10:57:33 +0000 (12:57 +0200)
commitb6cce0fb8bd0bd9a70488c183a41c4f43c0eee2f
tree7372f22698bad7ef8dd566212081a337312a13cb
parent7e069cb16a0a6b8d3551ecb793e1cea682815942
Do not rely on default dig options in system tests

Some system tests assume dig's default setings are in effect.  While
these defaults may only be silently overridden (because of specific
options set in /etc/resolv.conf) for BIND releases using liblwres for
parsing /etc/resolv.conf (i.e. BIND 9.11 and older), it is arguably
prudent to make sure that tests relying on specific +timeout and +tries
settings specify these explicitly in their dig invocations, in order to
prevent test failures from being triggered by any potential changes to
current defaults.
bin/tests/system/legacy/tests.sh
bin/tests/system/resolver/tests.sh
bin/tests/system/rpzrecurse/tests.sh