]> git.ipfire.org Git - thirdparty/bind9.git/commit
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:20:29 +0000 (15:20 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 27 Jun 2025 15:20:29 +0000 (15:20 +0000)
commit8a26cb406cf5c5e5d582f229690b4dc7b7c24463
tree8c6a151d0bd32e316f0300b5518bdc33b343d382
parent7bd3547c983c96b57486dd593a13f1fc396f73ce
parentd5874d5df96259bda5c240fe785c97decdec1e23
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

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

See merge request isc-projects/bind9!10659