From: Otto Moerbeek Date: Tue, 11 Jan 2022 15:23:03 +0000 (+0100) Subject: servfail.nl changed theuir setup. X-Git-Tag: rec-4.6.2~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11268%2Fhead;p=thirdparty%2Fpdns.git servfail.nl changed theuir setup. I think in an ideal world we should return 9 (DNSSEC key missing) but I don't see a easy way to do that at the moment. (cherry picked from commit 2cd34ba5c565ee6bad368f577e34fa6d9519ab7d) --- diff --git a/regression-tests.recursor-dnssec/test_ExtendedErrors.py b/regression-tests.recursor-dnssec/test_ExtendedErrors.py index 9ccaa0c5f2..855d3f1119 100644 --- a/regression-tests.recursor-dnssec/test_ExtendedErrors.py +++ b/regression-tests.recursor-dnssec/test_ExtendedErrors.py @@ -130,7 +130,7 @@ log-common-errors=yes self.assertEqual(res.edns, 0) self.assertEqual(len(res.options), 1) self.assertEqual(res.options[0].otype, 15) - self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(7, b'')) + self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(6, b'')) def testBogus(self): qname = 'bogussig.ok.bad-dnssec.wb.sidnlabs.nl.'