[tests] avoid race condition in test
When tests are run in parallel, using the same name for two test outputs might truncate it before it is written, leading to a non-deterministic oracle.
Showing
- tests/syntax/empty_union.i 2 additions, 2 deletionstests/syntax/empty_union.i
- tests/syntax/oracle/empty_union.0.res.oracle 1 addition, 1 deletiontests/syntax/oracle/empty_union.0.res.oracle
- tests/syntax/oracle/empty_union.1.res.oracle 1 addition, 1 deletiontests/syntax/oracle/empty_union.1.res.oracle
Loading
Please register or sign in to comment