Skip to content

Randomise default name of output files

Marco Cattaneo requested to merge cherry-pick-5dac6f14-2 into 2017-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.

(cherry picked from commit 5dac6f14)

Merge request reports