-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "[CI] Comment flaky tests (#10084)" #10580
Conversation
This reverts commit ed98026.
b68c923
to
73225bb
Compare
Codecov Report
@@ Coverage Diff @@
## master #10580 +/- ##
=======================================
Coverage 92% 92%
=======================================
Files 177 177
Lines 16760 16760
=======================================
Hits 15407 15407
Misses 1353 1353 |
will continue to investigate this in akihironitta#2. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you need further help see our docs: https://pytorch-lightning.readthedocs.io/en/latest/generated/CONTRIBUTING.html#pull-request or ask the assistance of a core contributor here or on Slack. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you need further help see our docs: https://pytorch-lightning.readthedocs.io/en/latest/generated/CONTRIBUTING.html#pull-request or ask the assistance of a core contributor here or on Slack. Thank you for your contributions. |
Hey @akihironitta, Any updates on this one ? |
UPDATE: This PR should be ready for your reviews now as the test seems to have passed. |
Could someone add this to an appropriate milestone? |
@akihironitta In order to know that it's no longer flaky, we need to rerun it several times |
@awaelchli I'll rerun the conda jobs (which were previously failing) three times now. Does that sound reasonable? Update: All three sequential runs were successful: |
This reverts commit ed98026.
What does this PR do?
standalone=True
. (without this flag, conda jobs used to frequently fail as tracked in CI: conda 1.9 and 1.10 getting killed #10129)pytest-random-order
from conda tests #10515.Does your PR introduce any breaking changes? If yes, please list them.
None
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing make sure you have read Review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃
cc @Borda