DLR-SC / googletest_mpi

Googletest-mpi - Extension of the Google Test library to support MPI parallel tests
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

--gtest_shuffle without --gtest_random_seed hangs #5

Open holke opened 3 years ago

holke commented 3 years ago

If no --random_seed is given, it is created from the current time, which is typically different for each MPI process, hence each one picks a different order of tests. This was already fixed in essex/phist, commit 3d8c3ce0f9e52

holke commented 3 years ago

Is this still an issue?