]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: test: Increase wait_for_log timeout in kasp shell test
authorNicki Křížek <nicki@isc.org>
Tue, 16 Sep 2025 14:42:48 +0000 (16:42 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 16 Sep 2025 14:42:48 +0000 (16:42 +0200)
commit0f8aed697be289fde9b1a2ef6341760bc6756c6f
treed578628e66e73abb441a2df3bdb4caa00077125e
parent98603d43dc677f82613e3518d6902ad486c071da
parent80a2c097988857ac14908f5e4d2c6f2e7239356a
[9.18] fix: test: Increase wait_for_log timeout in kasp shell test

When running with TSAN in CI, the test ocassionally fails on:

exceeded time limit waiting for literal 'keymgr: purgekeys.kasp done' in ns4/named.run

The line is actually present in the logs, but it take slightly longer
than 3 seconds to appear. Increase the wait_for_log timeout of the kasp test to 10
seconds to avoid such issues.

---

Example of failure: https://gitlab.isc.org/isc-projects/bind9/-/jobs/6176192

Merge branch 'nicki/kasp-shell-test-increase-log-timeout' into 'bind-9.18'

See merge request isc-projects/bind9!10976