-
Notifications
You must be signed in to change notification settings - Fork 752
client: enable router client by default #10105
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
|
/retest |
1 similar comment
|
/retest |
| // If resp is nil but no error was provided, it means an abnormal situation occurred | ||
| // (e.g., timeout, connection issue). We should pass an error to indicate this. | ||
| if resp == nil { | ||
| req.tryDone(errs.ErrClientRouterConnectionTimeout) |
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.
Will this error be vague or misleading?
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.
Any better idea?
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bufferflies, JmPotato The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
/retest |
1 similar comment
|
/retest |
Signed-off-by: Ryan Leung <rleungx@gmail.com>
Signed-off-by: Ryan Leung <rleungx@gmail.com>
Signed-off-by: Ryan Leung <rleungx@gmail.com>
Signed-off-by: Ryan Leung <rleungx@gmail.com>
e8a02cc to
f54d149
Compare
|
This feature is not compatible with the circuit breaker and forwarding under network isolation. /cc @JmPotato |
|
/retest |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #10105 +/- ##
==========================================
+ Coverage 78.38% 78.40% +0.01%
==========================================
Files 518 518
Lines 69476 69479 +3
==========================================
+ Hits 54456 54472 +16
+ Misses 11066 11050 -16
- Partials 3954 3957 +3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
What problem does this PR solve?
Issue Number: Close #8690
What is changed and how does it work?
Check List
Tests
Release note