What
Understand and attempt remediation against flakes of swing-store package tests (under test-quick)
These test should be fully deterministic so there is no understood reason they would flake.
Why
These seem to be very prominent, delaying merges
How
An hypothesis explaining why these flake is that the suite runs with too much parallelization and hammer i/o of the test runner (ram / storage).
Reducing the number of worker on that package might help.
Also test-quick is not longer very quick so to mitigate we could spin this package out in its own job/check. (which would be easier if we have #11344)
What
Understand and attempt remediation against flakes of
swing-storepackage tests (undertest-quick)These test should be fully deterministic so there is no understood reason they would flake.
Why
These seem to be very prominent, delaying merges
How
An hypothesis explaining why these flake is that the suite runs with too much parallelization and hammer i/o of the test runner (ram / storage).
Reducing the number of worker on that package might help.
Also test-quick is not longer very quick so to mitigate we could spin this package out in its own job/check. (which would be easier if we have #11344)