Commit 18bbdf5
[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]>1 parent 551f5cd commit 18bbdf5
1 file changed
+17
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | | - | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
| |||
0 commit comments