]> git.ipfire.org Git - thirdparty/bind9.git/commit
Stabilize the "gost" system test
authorMichał Kępień <michal@isc.org>
Mon, 11 Mar 2019 12:30:40 +0000 (13:30 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 11 Mar 2019 12:32:02 +0000 (13:32 +0100)
commit170cb442a904ecc3c57bf10cfe17e8bf4bba145d
treeb834d613a9b52ec91c19b24499829ae58a1f4a38
parent23435c423c37a8bad24d9719441c53098f24b3df
Stabilize the "gost" system test

In the "gost" system test, the ./NS RRset returned in the response to
ns2's priming query might not yet be validated when ns2 assembles the
response to the ./SOA query.  If that happens, the ./NS RRset will not
be placed in the AUTHORITY section of the response to the ./SOA query,
triggering a false positive for the "gost" system test as the ./NS RRset
is always present in the response sent by ns1 (since it is authoritative
for the root zone).  As the purpose of the "gost" system test is to
check whether a zone signed using GOST is properly validated and only
positive responses are inspected, use the +noauth dig option for all
queries in that test, so that the contents of the AUTHORITY section do
not influence its outcome.
bin/tests/system/gost/tests.sh