]> 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ý (GitLab job 7145073) <ondrej@isc.org>
Fri, 3 Apr 2026 04:34:20 +0000 (04:34 +0000)
commit1be03f3a104431bce3281bc8db71a54642f2d7b4
treee2c859e82cb62a25d5fd03c383bed7a264ecf964
parent097c14da45671c561270e76f3742a321260d9270
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.

(cherry picked from commit 8a4990d6ff692b50c3b295456b74b33441337cde)
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]