-
Notifications
You must be signed in to change notification settings - Fork 109
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
[close #693] Add test for RangeSplitter #694
Conversation
Signed-off-by: shiyuhang <1136742008@qq.com>
Signed-off-by: shiyuhang <1136742008@qq.com>
Codecov ReportBase: 37.19% // Head: 37.97% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #694 +/- ##
============================================
+ Coverage 37.19% 37.97% +0.77%
- Complexity 1565 1597 +32
============================================
Files 278 278
Lines 17386 17386
Branches 1978 1978
============================================
+ Hits 6467 6602 +135
+ Misses 10268 10124 -144
- Partials 651 660 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-3.3 in PR #698 |
Signed-off-by: shiyuhang 1136742008@qq.com
What problem does this PR solve?
Issue Number: close #693
Problem Description: Add test for RangeSplitter
What is changed and how does it work?
Add test for RangeSplitter. reference: https://github.com/pingcap/tispark/blob/release-3.1/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java
Code changes
Check List for Tests
This PR has been tested by at least one of the following methods:
Side effects
Related changes