-
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
executor: Chunk size control test for Limit+TableScan and Limit+IndexScan #9574
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9574 +/- ##
=========================================
+ Coverage 67.28% 67.3% +0.01%
=========================================
Files 376 376
Lines 78963 78963
=========================================
+ Hits 53134 53149 +15
+ Misses 21066 21056 -10
+ Partials 4763 4758 -5
Continue to review full report at Codecov.
|
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, if license is added.
2214bcd
to
a9c5366
Compare
/run-all-tests |
/run-all-tests |
1 similar comment
/run-all-tests |
/run-all-tests |
/run-all-tests |
2 similar comments
/run-all-tests |
/run-all-tests |
/run-all-tests |
1 similar comment
/run-all-tests |
What problem does this PR solve?
Add some unit tests to prove that chunk size control works in these cases.
Following up #9512, this PR is a subtask of #9166.
What is changed and how it works?
mocktikv.Cluster
to construct some specified cases of data distribution.testSlowClient
to mock delay on some specified regions.Limit+TableScan
andLimit+IndexScan
.Check List
Tests