Bug Report
The following tests in mypyc runtime tests with py39-macos spuriously failed during PR #14934 , even though I did not touch any code related to them:
- testIncrementalCompilation1_separate
- testIncrementalCompilation4_separate
I added two empty dummy commits to get the pipeline to succeed. The following three commits have no code changes, but for the first two some of the tests fail:
To Reproduce
Trigger a CI pipeline run without code changes.
Expected Behavior
The test runs are consistent.
Actual Behavior
Tests spuriously fail. See links to the log files above.
Your Environment
This happened in the CI runs of !PR #14934.
Bug Report
The following tests in
mypyc runtime tests with py39-macosspuriously failed during PR #14934 , even though I did not touch any code related to them:I added two empty dummy commits to get the pipeline to succeed. The following three commits have no code changes, but for the first two some of the tests fail:
To Reproduce
Trigger a CI pipeline run without code changes.
Expected Behavior
The test runs are consistent.
Actual Behavior
Tests spuriously fail. See links to the log files above.
Your Environment
This happened in the CI runs of !PR #14934.