test: force to create table with "clustered" for index lookup push down tests#65167
Conversation
b941076 to
e79db38
Compare
e79db38 to
69cc398
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cfzjywxk, ekexium The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #65167 +/- ##
================================================
- Coverage 70.7518% 68.6921% -2.0598%
================================================
Files 1895 1873 -22
Lines 518098 510479 -7619
================================================
- Hits 366564 350659 -15905
- Misses 126999 137490 +10491
+ Partials 24535 22330 -2205
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
/retest |
3 similar comments
|
/retest |
|
/retest |
|
/retest |
ON for index lookup push down tests|
/retest |
1 similar comment
|
/retest |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
What problem does this PR solve?
Issue Number: ref #62575
Problem Summary:
In integration tests,
tidb_enable_clustered_indexisINT_ONLYand may cause some tests does not cover common handle.What changed and how does it work?
force use
CLUSTEREDfor some tables when creating a tableCheck List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.