Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix random test failures during parallel test runs
Since commit 2576145 we copy p5helper.so to /tmp on load. When several processes try to do that at the same time, some may end up loading a half written library leading to all kinds of interesting and very confusing error messages. Fix for now by prepending the process id to the file name. Real fix will be to store files by their original name in the CompUnitRepo::Local::Installation
- Loading branch information