]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: nil: Move root zone mirror system test to a separate directory
authorŠtěpán Balážik <stepan@isc.org>
Fri, 27 Jun 2025 15:58:54 +0000 (15:58 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 27 Jun 2025 15:58:54 +0000 (15:58 +0000)
commit0c8c013eac6915cee059d9b8b2aabb6502e1483f
tree57fa0fb54c5795dc0143f0194b40e8149cfb02b9
parentad653fb3827b63074d2536724a132133ef186da3
parentfe67c111834801d31281495764db559c01761588
[9.18] fix: nil: Move root zone mirror system test to a separate directory

This test doesn't require artifact checking but when bundled in the same
directory with the shell based tests, the `system:clang:tsan` job was
failing non-deterministically.

An example of the job failing and succeeding on the same commit:
- https://gitlab.isc.org/isc-projects/bind9/-/jobs/5809299
- https://gitlab.isc.org/isc-projects/bind9/-/jobs/5809447

Backport of MR !10659

Merge branch 'backport-stepan/move-root-zone-mirror-test-to-a-separate-directory-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!10663