-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
client: remaining errors.Is conversions #18614
client: remaining errors.Is conversions #18614
Conversation
Hi @redwrasse. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files
... and 15 files with indirect coverage changes @@ Coverage Diff @@
## main #18614 +/- ##
==========================================
+ Coverage 68.77% 68.80% +0.03%
==========================================
Files 420 420
Lines 35522 35522
==========================================
+ Hits 24431 24442 +11
+ Misses 9663 9659 -4
+ Partials 1428 1421 -7 Continue to review full report in Codecov by Sentry.
|
/ok-to-test |
Thanks for the pull request, @redwrasse. I think we may be missing the following ones:
|
Thanks @ivanvc, let me try to fix those... |
142331c
to
a244390
Compare
@ivanvc I've updated the PR according to your list #18614 (comment), Updated as in your list with errors.Is:
Found a couple more lines to fix:
And finally updated the example code in the README |
a244390
to
3f91d3b
Compare
…d inequality checks. Signed-off-by: redwrasse <[email protected]>
3f91d3b
to
ecc2c5e
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.
LGTM. Thanks, @redwrasse. Feel free to undraft whenever you're ready.
Marked ready for review again, thanks for your patience. |
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 - Thanks @redwrasse
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, ivanvc, jmhbnz, redwrasse 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 |
PR for rest of errors.Is conversions for the client modules, as part of #18576