-
- Downloads
Fix race condition in tests
Parallel "cp -f src dst" could fail with file exists if run more than once at the same time on the same file. Replace wtih "rm; sleep 5; cp"
Please register or sign in to comment
Parallel "cp -f src dst" could fail with file exists if run more than once at the same time on the same file. Replace wtih "rm; sleep 5; cp"