From: Nicki Křížek Date: Mon, 1 Jun 2026 11:33:50 +0000 (+0200) Subject: fix: test: Avoid rndc loadkeys race in checkds system test X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ab9c63b057fba77af2bb282b995a3577a6d86b00;p=thirdparty%2Fbind9.git fix: test: Avoid rndc loadkeys race in checkds system test Address a `checkds` test race condition. Example failure: ``` ________________ test_checkds[incomplete.yes.dspublish.ns2-4-5] ________________ [gw3] linux -- Python 3.13.5 /usr/bin/python3 /builds/isc-projects/bind9/bin/tests/system/checkds/tests_checkds.py:451: in test_checkds keystate_check(ns2, params.zone, params.expected_parent_state) /builds/isc-projects/bind9/bin/tests/system/checkds/tests_checkds.py:183: in keystate_check assert val == 0 E AssertionError: assert '20260528103555 (Thu May 28 10:35:55 2026)' == 0 ``` https://gitlab.isc.org/isc-projects/bind9/-/jobs/7497509 Merge branch 'nicki/fix-checkds-loadkeys-race' into 'main' See merge request isc-projects/bind9!12138 --- ab9c63b057fba77af2bb282b995a3577a6d86b00