]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: nsec3/tests_nsec3_change.py updates zone file too fast
authorMark Andrews <marka@isc.org>
Fri, 6 Feb 2026 10:38:22 +0000 (21:38 +1100)
committerMark Andrews <marka@isc.org>
Fri, 6 Feb 2026 10:38:22 +0000 (21:38 +1100)
The zone file is updated too soon causing the reload to fail.
Add a 1 second sleep to ensure the modification time has changed.

Closes #5734

Merge branch '5734-fix-tests-nsec3-change-py' into 'main'

See merge request isc-projects/bind9!11525


Trivial merge