]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use proper wait in rndc test
authorNicki Křížek <nicki@isc.org>
Wed, 2 Jul 2025 16:00:16 +0000 (18:00 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 7 Jul 2025 11:29:15 +0000 (13:29 +0200)
commit87ab198b73ce774cfb15541c32bee42e963c2c9b
treeb7471f3b1ccdf0f5f69c31eefd6254ec2c326e8b
parent66f6f4bba99ca5975253c536bb46eae1188a28db
Use proper wait in rndc test

Previously, the one-second sleep was unreliable, as it didn't properly
indicate that the rndc reconfig has been processed. The "test 'rndc
reconfig' with a broken config" check would sometimes fail under TSAN
in CI, because the previous rndc reconfig was still ongoing, and the
subsequent rndc reconfig was ignored.
bin/tests/system/enginepkcs11/tests_sh_enginepkcs11.py