]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Avoid rndc loadkeys race in checkds system test
authorNicki Křížek <nicki@isc.org>
Mon, 1 Jun 2026 11:33:50 +0000 (13:33 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 1 Jun 2026 11:33:50 +0000 (13:33 +0200)
commitab9c63b057fba77af2bb282b995a3577a6d86b00
tree6cc0fd5cedb990c9de35742fd8218868ae610908
parent4ff4e1346e7b81d900e067140b6e0419b8a3ff67
parent02b6239489549e44daac123f556f851dd9949b27
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