-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
type: add db prefix to function name for not exist error messages #11156
type: add db prefix to function name for not exist error messages #11156
Conversation
@lizhenda CI failed. Please take a look. |
OK |
@winoros |
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.
Hi, it is best to add a test in expression/integration_test.go
Friendly ping, @lizhenda |
Codecov Report
@@ Coverage Diff @@
## master #11156 +/- ##
================================================
- Coverage 81.8219% 81.2581% -0.5639%
================================================
Files 423 423
Lines 92408 90167 -2241
================================================
- Hits 75610 73268 -2342
- Misses 11484 11592 +108
+ Partials 5314 5307 -7 |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #11156 +/- ##
================================================
- Coverage 81.8219% 81.2581% -0.5639%
================================================
Files 423 423
Lines 92408 90167 -2241
================================================
- Hits 75610 73268 -2342
- Misses 11484 11592 +108
+ Partials 5314 5307 -7 |
Codecov Report
@@ Coverage Diff @@
## master #11156 +/- ##
===========================================
Coverage 81.5469% 81.5469%
===========================================
Files 450 450
Lines 96499 96499
===========================================
Hits 78692 78692
Misses 12222 12222
Partials 5585 5585 |
@SunRunAway Done, please have a look. |
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 |
Hi contributor, thanks for your PR. This patch needs to be approved by someone of admins. They should reply with "/ok-to-test" to accept this PR for running test automatically. |
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 |
@lizhenda merge failed. |
@zz-jason integration-common-test failed |
/run-all-tests tidb-test=pr/888 |
1 similar comment
/run-all-tests tidb-test=pr/888 |
/run-common-test tidb-test=pr/888 |
cherry pick to release-3.0 failed |
cherry pick to release-2.1 failed |
It seems that, not for sure, we failed to cherry-pick this commit to release-2.1. Please comment '/run-cherry-picker' to try to trigger the cherry-picker if we did fail to cherry-pick this commit before. @SunRunAway PTAL. |
It's already picked. |
What problem does this PR solve?
Close #11147
What is changed and how it works?
add db prefix to function name for not exist error messages
Check List
Tests