Skip to content

Randomise default name of output files

Marco Cattaneo requested to merge randomiseFileNames-run2 into run2-patches

When tests run in parallel, there are sometime race conditions when two tests write to the same file. This MR works around the problem by defining random default output file names, picked up in the cases when explicit names are not set in the job or test.

To be ported to master and all legacy branches if successful

Merge request reports