Commit c7ddc09
committed
Give the Telegram fixture roots per-process paths
Two concurrent invocations of the backend suite on one checkout raced on
the fixed .tmp fixture directories: the second run's beforeEach wiped
the directory while the first run's test was mid-flight, surfacing as a
spurious ENOENT on bounded-provider.ogg in the Telegram bounding test
(passed in isolation, failed ~once per full-suite run when runs
overlapped). Suffix both roots with the process pid so each suite owns
its fixtures; the after-hook still removes them.1 parent e8b6623 commit c7ddc09
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
0 commit comments