]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add regression test for NSEC proof after unsigned-to-signed IXFR
authorOndřej Surý <ondrej@isc.org>
Thu, 2 Apr 2026 08:45:03 +0000 (10:45 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 3 Apr 2026 04:33:31 +0000 (06:33 +0200)
commit8a4990d6ff692b50c3b295456b74b33441337cde
tree2776ab0f2bb54b27759763a813376d2e796e32d3
parent245c71dfac1df1e32098bea0ad8e480c570b3497
Add regression test for NSEC proof after unsigned-to-signed IXFR

Test that a secondary receiving an IXFR transitioning a zone from
unsigned to NSEC-signed returns the correct covering NSEC record
for empty non-terminal names.

Add isctest.query.wait_for_serial() shared helper for waiting until
a server has a specific SOA serial.
bin/tests/system/isctest/query.py
bin/tests/system/nsec_ixfr/ns1/example.db.in [new file with mode: 0644]
bin/tests/system/nsec_ixfr/ns1/named.conf.j2 [new file with mode: 0644]
bin/tests/system/nsec_ixfr/ns2/named.conf.j2 [new file with mode: 0644]
bin/tests/system/nsec_ixfr/setup.sh [new file with mode: 0755]
bin/tests/system/nsec_ixfr/tests_nsec_ixfr.py [new file with mode: 0644]