-
Notifications
You must be signed in to change notification settings - Fork 18
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
Intermittent MaxRetryError (and others) in CI unit test runs #899
Comments
Another one, from https://github.com/dcs4cop/xcube/actions/runs/6467629870/job/17559781773:
|
And another from https://github.com/dcs4cop/xcube/actions/runs/6467629870/job/17562750121:
|
https://github.com/dcs4cop/xcube/actions/runs/6467629870/job/17571143347
|
Not sure if this one is related, but this test run on AppVeyor produced
|
Reopened as per @TonioF's comment. The PR addresses the current problems, but probably new related issues will appear, therefore the issue stays open. |
Describe the bug
Recently, CI unit test suite jobs have been producing increasingly frequent intermittent test failures due to time-outs and excessive retries. The problem seems to occur most frequently on GitHub, but occasionally also on AppVeyor. This issue was prompted by this GitHub actions run which produced the following error:
We can use this issue to collect further instances of the problem.
So far our fix for such errors has been "re-run the job and hope it goes away", which it generally does, but this is turning into something of a time sink.
To Reproduce
Steps to reproduce the behavior: keep re-running the GitHub unittest job until an error occurs.
Expected behavior
All tests should pass reliably on every CI run.
Additional context
With luck, this might be fairly easily fixable by tweaking some back-off / time-out / retry parameters in
ServerTestCase
or similar.The text was updated successfully, but these errors were encountered: