-
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
bindinfo: fix the bind fields with quotes or slashes #11671
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11671 +/- ##
================================================
+ Coverage 81.4085% 82.3246% +0.9161%
================================================
Files 429 428 -1
Lines 92650 96779 +4129
================================================
+ Hits 75425 79673 +4248
+ Misses 11827 11648 -179
- Partials 5398 5458 +60 |
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 |
@zimulala Please fix the CI problem~ |
/run-integration-common-test |
PTAL @qw4990 |
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 |
@zimulala merge failed. |
/run-unit-test |
/run-unit-test |
Data race in the test is a known issue, will be fixed by #11639. |
cherry pick to release-3.0 in PR #11726 |
What problem does this PR solve?
Fix #11708
What is changed and how it works?
Remove the function of
getEscapeCharacter
.Check List
Tests
Related changes