]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commita9575a415464f7cf8d8a414487b7da8cde6c6153
tree3008ad3ab22780a0acf1ff2237f4f43d431a5b4e
parent7dcc654f2c258b482d31fb90bda3fad37cc76999
parent8b7bbda2f17d90abf0814f457e3837e648c6c9f8
fix: test: rndc test: second 'rndc reconfig' happens too soon

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