From 21934102d3be19729af78cba08f974984de3488e Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 7 Aug 2025 16:27:32 +1000 Subject: [PATCH] Check that badalg.secure.example resolves Previously, badalg.secure.example would return SERVFAIL because the DS records (from the parent) could not be validated. --- bin/tests/system/dnssec/tests_validation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/dnssec/tests_validation.py b/bin/tests/system/dnssec/tests_validation.py index fdd529c310..025ec80f3b 100644 --- a/bin/tests/system/dnssec/tests_validation.py +++ b/bin/tests/system/dnssec/tests_validation.py @@ -1320,6 +1320,7 @@ def test_unknown_algorithms(): # check EDE code 1 for bad algorithm mnemonic msg = isctest.query.create("badalg.secure.example", "A") res = isctest.query.tcp(msg, "10.53.0.4") + isctest.check.noerror(res) isctest.check.noadflag(res) if hasattr(res, "extended_errors"): assert (