-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add retry logic to prerequisite URL tests #5601
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
Conversation
|
Can we try adding a simple retry before disabling? |
|
@SteveL-MSFT Sure, I will use retries and let's see how it goes. |
|
The failed tests are known. #5605 will make them pending for now. |
|
We could run the package prerequisite URL tests with another test tag ("Doc"). |
|
I'm not sure what is best for this. We need to ensure the links work, but they erroneously fail often. A retry will help sometimes, but many times when this test fails it fails for days at a time. |
adityapatwardhan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Disable Requisiste URLs tests * Add retry for the URL tests
* Disable Requisiste URLs tests * Add retry for the URL tests
The package prerequisite URL tests have been failing intermittently recently, because sometimes the WMF download URLs lead to a "we're sorry, this download is no longer available" page, even though the URLs actually work in the web browser. I'm disabling those tests for now.
Close #5567