Commit 8eef0b6
committed
Test
To investigate GitoxideLabs#2006, this explodes the occasionally failing test
`writes_through_symlinks_are_prevented_even_if_overwriting_is_allowed`
into 1000 identical tests, using `test_case::test_matrix`.
When run in series, they all pass, but when run in parallel with
`cargo nextest`, some failures always occur, at least when this is
done on macOS.
This is as predicted in:
GitoxideLabs#2006 (comment)overwrite_existing apparent symlink dereferencing1 parent 33c4d6b commit 8eef0b6
3 files changed
Lines changed: 38 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
106 | | - | |
107 | | - | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments