goresolver
goresolver copied to clipboard
Test suite failures
Tests that rely on valid RRSIG
s currently fail as the signatures in some of the zone files have expired, breaking validation tests. Ideally, the RRSIG
s used in the test cases that do not cover code related to signature validity periods (e.g. TestLookupInvalidDsDigest
, TestStrictNSQuery
) should have period long in the future.
New test cases should be added to cover the code branch returningErrRrsigValidityPeriod
.