Alltests is currently OOM crashing for reasons unknown, though it's possible there are just too many tests (since pytest holds on to some monitoring data for each test). We should really:
try to fix it if possible
split test run across multiple workers to mitigate it (and speed things up!)
This ticket mitigates it another way, which is to only run the slow tests after merging (since the other tests have already been run beforehand).
Alltests is currently OOM crashing for reasons unknown, though it's possible there are just too many tests (since pytest holds on to some monitoring data for each test). We should really:
This ticket mitigates it another way, which is to only run the slow tests after merging (since the other tests have already been run beforehand).