-
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
store/tikv: support debug PB in client. #10038
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10038 +/- ##
===============================================
- Coverage 77.6767% 77.6717% -0.005%
===============================================
Files 404 404
Lines 81919 81874 -45
===============================================
- Hits 63632 63593 -39
- Misses 13577 13585 +8
+ Partials 4710 4696 -14 |
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 |
/run-all-tests |
/run-all-tests |
…23/tidb into dev/debug_PB_tikv_client
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 |
What problem does this PR solve?
A sub PR for fast analyze. Reference: #9973
What is changed and how it works?
Just add
DebugPB.Client
intikv.client
.Check List
Tests
Code changes
Side effects
Related changes