-
Notifications
You must be signed in to change notification settings - Fork 5.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
domain: refine error code for package domain #13033
Conversation
4fdf68a
to
c82b145
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
b30f6bb
to
a9d548e
Compare
/run-unit-test |
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 |
@bb7133 merge failed. |
Close this PR temporarily because of PR quota |
8e3c730
to
ec49fbe
Compare
Codecov Report
@@ Coverage Diff @@
## master #13033 +/- ##
===========================================
Coverage 80.6663% 80.6663%
===========================================
Files 469 469
Lines 114500 114500
===========================================
Hits 92363 92363
Misses 15207 15207
Partials 6930 6930 |
/rebuild |
/run-all-tests |
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.
runTestErrorCode
test failed in CI. This PR changes the error code, I think we need to change ErrUnknown
to ErrInfoSchemaExpired
in runTestErrorCode
.
2840e2f
to
5310a44
Compare
/run-unit-test |
Addressed, thanks |
/run-unit-test |
/run-all-tests |
PTAL @zimulala |
119754d
to
6432c47
Compare
/run-all-tests |
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
I think it should wait for some PRs which are trying to fix CI. |
/merge |
/run-all-tests |
@bb7133 merge failed. |
/run-all-tests |
What problem does this PR solve?
Not all the errors in
domain
package have error code.What is changed and how it works?
Add them. Related to pingcap/parser#595.
Check List
Tests
Code changes
Side effects