-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Change report-coverage.sh in attempt to fix Azure #5869
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
Change report-coverage.sh in attempt to fix Azure #5869
Conversation
Recently sometimes Azure has failed with: ++ curl -s https://codecov.io/bash bash: /dev/fd/63: No such file or directory This attempts to fix this by modifying report-coverage.sh slightly.
ce7cea1
to
de8fdab
Compare
Isn't it "just" a timeout issue on their end? |
Doesn't seem like a timeout issue, more some flaky system settings or something. |
Yes - the point being that But I see that you've added Note that |
Err not sure what you are suggesting... please feel free to push into this branch with any recomentadtions! |
Just for the record, it still might fail (of course):
(https://pytest-dev.visualstudio.com/pytest/_build/results?buildId=2260) |
This should result in retries of 1+2+4+8+16+32 = 63s. Ref: pytest-dev#5869 (comment)
This should result in retries of 1+2+4+8+16+32 = 63s. Ref: pytest-dev#5869 (comment)
Recently sometimes Azure has failed with:
This attempts to fix this by modifying report-coverage.sh slightly.