-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Simplify hanging queue test #10591
Simplify hanging queue test #10591
Conversation
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
1 similar comment
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
dc6246f
to
e70947e
Compare
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.
just to be careful with making it too large, then when it hangs it is killed at the timeout...
also, the need for extending timeout tells us that tests are taking significantly longer than before... 🐰
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Codecov Report
@@ Coverage Diff @@
## master #10591 +/- ##
=======================================
Coverage 92% 92%
=======================================
Files 178 178
Lines 16246 16246
=======================================
Hits 14905 14905
Misses 1341 1341 |
What does this PR do?
This test is hanging in our CI, and we just need to check the deprecation warning
Does your PR introduce any breaking changes? If yes, please list them.
None
Before submitting
PR review
cc @carmocca @akihironitta @Borda