Commit dd90c33
committed
docs(snapshots): note the execution gate covers the single-process run
Clarify that EXECUTION_GATE coordinates threads within one `cargo test`
process (the Linux/macOS jobs, where the parallel-PTY signal flakiness
lives). The Windows job runs under `cargo nextest`, which isolates each
trial in its own process, so the gate is a harmless no-op there and
isolation comes from nextest's process-per-test model instead.1 parent 596a9ab commit dd90c33
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
934 | 942 | | |
935 | 943 | | |
936 | 944 | | |
| |||
0 commit comments