-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines
-
3
Our PR testing has slowed down to an average of 40 minutes while we'd like it to be 20 minutes or less. A big contributor to this is slow python tests on Windows.
The core issue is that we can't run testing in parallel on Windows as one of the dependencies (concurrencytest) requires an implementation of fork. As a workaround this ticket doubles the number of test buckets on Windows.