-
Notifications
You must be signed in to change notification settings - Fork 444
Debugging corrupt package failures #5657
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
base: main
Are you sure you want to change the base?
Conversation
great now the failure has vanished from this PR... |
85f6bd8
to
ad4e5f8
Compare
So the test jobs marked as "serial" are being run with two pytest-xdist workers. Is that maybe the issue? |
interestingly all of the jobs are now cache hits |
yeah that's been the case for a while now: #5078 I'd be surprised if that's the reason, plus we're seeing failures on both the "parallel" ( |
Maybe add some retry test markers to have the test suite try twice as a stopgap? |
We could add the retry but I don't understand how effective that would be since the corrupt package is in the cache ( |
Hrmmm. Can we try things actually in serial as a test? |
Description
Noticing an increase in corrupt package test failures:
Checklist - did you ...
news
directory (using the template) for the next release's release notes?