Commit c03fa22
committed
Revert "perf: optimize test scheduling with --dist loadfile for 25% faster test runs (#157)"
This reverts commit 8879fcf.
The --dist loadfile optimization caused race conditions between tests that
share resources (e.g., test_custom_events_uuid and test_custom_events_list
both operate on custom events and can interfere with each other when run in
parallel by file).
Reliability > speed. Better to have tests take 40s with no race conditions
than 30s with intermittent failures.1 parent 3e09a81 commit c03fa22
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments