-
Notifications
You must be signed in to change notification settings - Fork 726
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
*: unify error handling by removing pkg/errors (#2644) #2806
Conversation
we need to fix conflict |
c06b114
to
45bb0f2
Compare
Codecov Report
@@ Coverage Diff @@
## release-4.0 #2806 +/- ##
===============================================
- Coverage 77.51% 77.43% -0.08%
===============================================
Files 210 210
Lines 22784 22784
===============================================
- Hits 17660 17643 -17
- Misses 3801 3814 +13
- Partials 1323 1327 +4
Continue to review full report at Codecov.
|
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
/run-all-tests |
45bb0f2
to
fe389a7
Compare
Signed-off-by: Ryan Leung <[email protected]>
fe389a7
to
eadd6d9
Compare
/run-all-tests |
/merge |
/run-all-tests |
cherry-pick #2644 to release-4.0
What problem does this PR solve?
Close #2643.
What is changed and how it works?
This PR replaces
pkg/errors
withpingcap/errors
.Check List
Tests
Release note