Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Fix randomly failed tests on Windows v2 (#75)
* Try to fix randomly failed tests by removing the dir in tearDown() * Try catch the exception and try again in a second * Rebuild CI * Improve the warning message Co-authored-by: Kevin Bond <[email protected]> * Don't need to check if dir exist - it always should be created * Drop the whole dir w/o pre-deleting files one by one * Revert "Drop the whole dir w/o pre-deleting files one by one" This reverts commit a723b10. * use filesystem->remove() instead of unlink() * Try to delete the folder in a loop during 5 seconds * Just remove the dir with files * Remove pointless addWarning() in tearDown() and simplify logic * Drop temporary files that were committed --------- Co-authored-by: Kevin Bond <[email protected]>
- Loading branch information