From 32f31738aa400bef17d9d173982ec2507675eb78 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 20 Jan 2025 08:04:43 +0100 Subject: [PATCH] Update test oracles due to behaviour change. --- .../tests/cname-to-nxdomain-any/expected_result.dnssec | 2 ++ .../tests/cname-to-unauth-any/expected_result.dnssec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/regression-tests/tests/cname-to-nxdomain-any/expected_result.dnssec b/regression-tests/tests/cname-to-nxdomain-any/expected_result.dnssec index c28605d52d50..8b25e9d402b4 100644 --- a/regression-tests/tests/cname-to-nxdomain-any/expected_result.dnssec +++ b/regression-tests/tests/cname-to-nxdomain-any/expected_result.dnssec @@ -1,5 +1,7 @@ 0 nxd.example.com. 120 IN CNAME nxdomain.example.com. 0 nxd.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 nxd.example.com. 86400 IN NSEC outpost.example.com. CNAME RRSIG NSEC +0 nxd.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... 2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='nxd.example.com.', qtype=ANY diff --git a/regression-tests/tests/cname-to-unauth-any/expected_result.dnssec b/regression-tests/tests/cname-to-unauth-any/expected_result.dnssec index b56f89893485..9728ab906535 100644 --- a/regression-tests/tests/cname-to-unauth-any/expected_result.dnssec +++ b/regression-tests/tests/cname-to-unauth-any/expected_result.dnssec @@ -1,5 +1,7 @@ 0 unauth.example.com. 120 IN CNAME no-idea.example.org. 0 unauth.example.com. 120 IN RRSIG CNAME 13 3 120 [expiry] [inception] [keytag] example.com. ... +0 unauth.example.com. 86400 IN NSEC usa.example.com. CNAME RRSIG NSEC +0 unauth.example.com. 86400 IN RRSIG NSEC 13 3 86400 [expiry] [inception] [keytag] example.com. ... 2 . 32768 IN OPT Rcode: 0 (No Error), RD: 0, QR: 1, TC: 0, AA: 1, opcode: 0 Reply to question for qname='unauth.example.com.', qtype=ANY