]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add test 13792/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 1 Dec 2023 09:15:09 +0000 (10:15 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 26 Feb 2024 14:49:40 +0000 (15:49 +0100)
(cherry picked from commit 3f6fb380917db42c6c1c5281ff3e9efe1a31761a)

pdns/recursordist/test-aggressive_nsec_cc.cc

index 4d02016f52be8794e9a283ce2af95fd643716b29..ece9a47bfeaad529a85362239b7ba3aa8ecddef9 100644 (file)
@@ -18,6 +18,9 @@ BOOST_AUTO_TEST_CASE(test_small_coverering_nsec3)
     {"0ujhshp2lhmnpoo9qde4blg4gq3hgl99", "7ujhshp2lhmnpoo9qde4blg4gq3hgl9a", 2, false},
     {"0ujhshp2lhmnpoo9qde4blg4gq3hgl99", "fujhshp2lhmnpoo9qde4blg4gq3hgl9a", 1, false},
     {"0ujhshp2lhmnpoo9qde4blg4gq3hgl99", "8ujhshp2lhmnpoo9qde4blg4gq3hgl9a", 1, false},
+    {"8ujhshp2lhmnpoo9qde4blg4gq3hgl99", "8ujhshp2lhmnpoo9qde4blg4gq3hgl99", 0, false},
+    {"8ujhshp2lhmnpoo9qde4blg4gq3hgl99", "8ujhshp2lhmnpoo9qde4blg4gq3hgl99", 1, false},
+    {"8ujhshp2lhmnpoo9qde4blg4gq3hgl99", "8ujhshp2lhmnpoo9qde4blg4gq3hgl99", 157, false},
   };
 
   for (const auto& [owner, next, boundary, result] : table) {