-
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] add some unit tests for batch coprocessor #18514
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18514 +/- ##
================================================
+ Coverage 79.2829% 79.5699% +0.2870%
================================================
Files 541 540 -1
Lines 145378 145947 +569
================================================
+ Hits 115260 116130 +870
+ Misses 20822 20488 -334
- Partials 9296 9329 +33 |
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
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
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
@hanfei1991 merge failed. |
/run-all-tests |
1 similar comment
/run-all-tests |
/run-all-tests |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #18583 |
Signed-off-by: ti-srebot <[email protected]> Signed-off-by: Han Fei <[email protected]>
What problem does this PR solve?
Problem Summary:
Add some unit tests for batch coprocessor.
What is changed and how it works?
What's Changed:
mocktikv supports batch coprocessor request and add some tests for
Check List
Tests
Release note
add unit tests for batch coprocessor