]> 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 (GitLab job 6827320) <marka@isc.org>
Fri, 6 Feb 2026 10:38:47 +0000 (10:38 +0000)
commitfb34eb11e9a6abda623a3af09e139efd49cbf6d5
tree4211f68f5c232a214bdded79341bcd8c74c97893
parent4a5406241a2c0cd641af84b91cff509eb0d38a98
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.

(cherry picked from commit 8f413fd5890eef40a66be81353a3638b9bb3e875)
bin/tests/system/nsec3/tests_nsec3_change.py