]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use CMocka generated JUnit reports where possible
authorŠtěpán Balážik <stepan@isc.org>
Wed, 15 Oct 2025 17:23:59 +0000 (19:23 +0200)
committerŠtěpán Balážik <stepan@isc.org>
Fri, 19 Dec 2025 18:26:22 +0000 (18:26 +0000)
commit237489caf45b06141d7c54540e26892fac159f59
tree2f1de79e53b38d8383ed2f1ee4734bd0fd19495f
parentabecddb13afa3f8ad9611f1241a635fbe6b90818
Use CMocka generated JUnit reports where possible

Where applicable, use the more detailed CMocka generated JUnit
reports which include subtest results and timings instead of the
one generated by Meson.

Flaky tests also require retrying, so use a wrapper and mark them
with a environment variable. This is done to avoid the need to compute
an intersection of suites in Meson which is not supported out-of-the-box
(`meson test --suite=foo,bar` runs the union of foo and bar).
.gitlab-ci.yml
tests/isc/meson.build