We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have experienced some random CI test failure because of a non-deterministic test in Test.Xrefcheck.TooManyRequestsSpec with the following result:
Test.Xrefcheck.TooManyRequestsSpec
Expected time to completion be within range (seconds): 3 <= x <= 4, but instead it's 2+999682443/1000000000s
Although this does not happen with so much frequency, we should try to prevent it.
This test case expectation and similar ones in the project have been modified to prevent such error from randomly happen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Clarification and motivation
We have experienced some random CI test failure because of a non-deterministic test in
Test.Xrefcheck.TooManyRequestsSpec
with the following result:Expected time to completion be within range (seconds): 3 <= x <= 4, but instead it's 2+999682443/1000000000s
Although this does not happen with so much frequency, we should try to prevent it.
Acceptance criteria
This test case expectation and similar ones in the project have been modified to prevent such error from randomly happen.
The text was updated successfully, but these errors were encountered: