]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: test: Prioritize the 10 slowest system test scopes bind-9.18 330719 330720
authorMichal Nowak <mnowak@isc.org>
Thu, 28 May 2026 15:44:27 +0000 (17:44 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 28 May 2026 15:44:27 +0000 (17:44 +0200)
commitd10ccf67b9547c6b0c92355cd45ea0c4dccdd436
tree24c0597f6265bb01e35960f0740c749ef84dc671
parent61b65102ec2e042b4e55e986647b8fbcf215ce0e
parenta602cb755c90145e32fcf17aceb32b69b8606af0
[9.18] chg: test: Prioritize the 10 slowest system test scopes

Update PRIORITY_TESTS with the 10 longest-running test
scopes measured from CI (job 7468217).  These get scheduled
first so that with --dist=loadscope they land on separate
workers instead of piling up at the end.

Also fix "serve-stale/" to "serve_stale/" to match the
actual directory name, and add a startup check that fails
if any PRIORITY_TESTS entry does not match an existing
directory.

Assisted-by: Claude:claude-opus-4-7
Backport of MR !12104

Merge branch 'backport-mnowak/prioritize-slow-system-tests-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!12135