-
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
planner: add more test cases for plan cache aware of binding #31728
base: master
Are you sure you want to change the base?
planner: add more test cases for plan cache aware of binding #31728
Conversation
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/rebuild |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/5a3be9c2ba54050ffafe5e276864fb3c20072368 |
@Reminiscent: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #31728 +/- ##
================================================
+ Coverage 62.9413% 63.8198% +0.8785%
================================================
Files 774 774
Lines 256345 256345
================================================
+ Hits 161347 163599 +2252
+ Misses 82023 79719 -2304
- Partials 12975 13027 +52 |
What problem does this PR solve?
Issue Number: ref #29539
Problem Summary:
add more test cases for plan cache aware of binding
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note