- Notifications
You must be signed in to change notification settings - Fork927
Commit899836d
authored
chore: reduce Windows PG tests flakiness (#16090)
This PR:- Reduces test parallelism on Windows in CI- Unifies wait intervals on Windows with Linux and macOS. Previously wehad custom intervals for Windows to reduce test flakiness on smaller CIworkers, but we don't run tests on small CI workers anymore. Due to howour CI file is defined, forks run tests on small CI machines, but I'mnot sure if the different intervals actually help or whether that's aheuristic that happened to fix issues on a particular day and was itever reevaluated. I propose we make the change and if someone complains,revert it.In particular, reduced test parallelism seems to actually help: I wasable to run Windows tests 5 times in a row without flakes. Not sure ifthat's going to fix the problem long term, but it seems worth trying.1 parent630fd7c commit899836d
File tree
3 files changed
+4
-27
lines changed- .github/workflows
- testutil
3 files changed
+4
-27
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
445 | 445 |
| |
446 | 446 |
| |
447 | 447 |
| |
448 |
| - | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
449 | 452 |
| |
450 | 453 |
| |
451 | 454 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
Lines changed: 0 additions & 24 deletions
This file was deleted.
0 commit comments
Comments
(0)