Open
Description
We've started seeing non deterministic failures of mypyc incremental tests in CI.
The first test failure on master was on 840a310 (succeeded on retry).
The earliest test failure I've observed was on #13557 when it was based on d9bdd6d.
No known changes to Python version or dependencies. The underlying Github runner image did change, but nothing stands out in the changelog and it doesn't seem likely to cause failures.
To my knowledge, no one has been able to reproduce failures locally.
When running locally on Linux, I get deterministic failures on:
FAILED mypyc/test/test_run.py::TestRun::run-loops.test::testForIterable
FAILED mypyc/test/test_run.py::TestRun::run-generators.test::testYieldThrow
But these deterministically reproduce and are unrelated to incremental, and reproduce on master hundreds of commits ago, so seem unrelated.