-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Finish the testing of the queue proxy handler #9566
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
Finish the testing of the queue proxy handler #9566
Conversation
Added tests to cover: - client side timeout - queue overflow - coverage or serving without breaker (cc=0) Change-Id: I3a13f022abd06ec53c774c7c8d8209285ba266cb
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vagababov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Change-Id: I13c8ef4ea9c6deaed28f03c4ac9a29dac7c570a5
Codecov Report
@@ Coverage Diff @@
## master #9566 +/- ##
==========================================
+ Coverage 88.70% 88.78% +0.07%
==========================================
Files 213 213
Lines 9387 9387
==========================================
+ Hits 8327 8334 +7
+ Misses 802 796 -6
+ Partials 258 257 -1
Continue to review full report at Codecov.
|
The following is the coverage report on the affected files.
|
Should be good now. |
/lgtm |
Added tests to cover:
/assign @yanweiguo mattmoor