-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Improve the error message for getting all indexes of collection #27389
Conversation
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
@yah01 E2e jenkins job failed, comment |
Codecov Report
@@ Coverage Diff @@
## master #27389 +/- ##
=======================================
Coverage 81.42% 81.42%
=======================================
Files 801 801
Lines 113794 113817 +23
=======================================
+ Hits 92653 92679 +26
- Misses 18005 18010 +5
+ Partials 3136 3128 -8
|
/run-cpu-e2e |
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
b34c9ed
to
af2d971
Compare
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
@yah01 ut workflow job failed, comment |
/run-cpu-e2e |
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.
Don't think this could fix the problem, please check comment
@yah01 E2e jenkins job failed, comment |
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
@yah01 E2e jenkins job failed, comment |
eb7cb09
to
d4b691c
Compare
err = merr.WrapErrIndexNotFoundForCollection(dit.GetCollectionName()) | ||
dit.result.Status = merr.Status(err) |
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.
composing an error and convert it into status looks awkward here, maybe add a helper method later?
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.
It's rewriting the error with the helper info
Signed-off-by: yah01 <[email protected]>
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, yah01 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 |
/kind improvement