]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: rndc test: second 'rndc reconfig' happens too soon
authorMark Andrews <marka@isc.org>
Mon, 7 Jul 2025 02:21:58 +0000 (12:21 +1000)
committerMark Andrews <marka@isc.org>
Mon, 7 Jul 2025 02:21:58 +0000 (12:21 +1000)
Rndc test "test 'rndc reconfig' with a broken config" was failing
intermittently.

Wait for 'running' to be logged rather than just using 'sleep 1' before
calling 'rndc reconfig' a second time to get the expected error message
rather than 'reconfig request ignored: already running'.

Closes #5408

Merge branch '5408-rndc-test-second-rndc-reconfig-happens-too-soon' into 'main'

See merge request isc-projects/bind9!10687


Trivial merge