Closed sethrj closed 1 month ago
3 244 files 5 042 suites 3m 39s :stopwatch: 1 516 tests 1 490 :white_check_mark: 26 :zzz: 0 :x: 16 822 runs 16 760 :white_check_mark: 62 :zzz: 0 :x:
Results for commit ddd6170b.
:recycle: This comment has been updated with latest results.
@pcanal This is ready. I've verified both the updated test names and the reduced artifact download at https://github.com/sethrj/celeritas/actions/runs/11072978145/job/30768477521 .
Currently the CI fails occasionally due to multiple tests (the ones with "filter") writing to the same XML filename chosen by googletest's default.
Instead of using that filename, a new CMake option passed to the test generator tells google test the exact file name for each test including filter and processor count. Test outputs now look like:
instead of:
where multiple files may write to
_1.xml
at the same time due to the race condition.