]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix timing in tests_nsec3_change.py
authorMark Andrews <marka@isc.org>
Thu, 5 Feb 2026 22:39:15 +0000 (09:39 +1100)
committerMark Andrews <marka@isc.org>
Thu, 5 Feb 2026 22:39:15 +0000 (09:39 +1100)
commit8f413fd5890eef40a66be81353a3638b9bb3e875
tree61e4e92a0847bd661c820512a0863087e697da7e
parent42ab76d9e113008cebba551f0c35992cd89a1a85
Fix timing in tests_nsec3_change.py

The zone file is updated too soon causing the reload to fail.
Add a 1 second sleep to ensure the modification time has changed.
bin/tests/system/nsec3/tests_nsec3_change.py