tests: add create index realtikv test for next_gen#62326
Conversation
Signed-off-by: tangenta <tangenta@126.com>
|
Hi @tangenta. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
Signed-off-by: tangenta <tangenta@126.com>
Signed-off-by: tangenta <tangenta@126.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #62326 +/- ##
================================================
+ Coverage 72.8857% 74.0458% +1.1600%
================================================
Files 1751 1790 +39
Lines 484653 507071 +22418
================================================
+ Hits 353243 375465 +22222
+ Misses 109782 108927 -855
- Partials 21628 22679 +1051
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Signed-off-by: tangenta <tangenta@126.com>
Signed-off-by: tangenta <tangenta@126.com>
|
/retest |
|
@tangenta: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
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-sigs/prow repository. |
| tk.MustExec("delete from mysql.tidb_global_task;") | ||
| tk.MustExec("delete from mysql.tidb_background_subtask;") | ||
| tk.MustExec("delete from mysql.tidb_ddl_job;") |
There was a problem hiding this comment.
why run those cleanup here?
There was a problem hiding this comment.
So we can make sure there is no partial DDL/DXF state from the previous real tikv tests.
Signed-off-by: tangenta <tangenta@126.com>
Co-authored-by: D3Hunter <jujj603@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: D3Hunter, hawkingrei 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 |
[LGTM Timeline notifier]Timeline:
|
What problem does this PR solve?
Issue Number: ref #61702
Problem Summary:
What changed and how does it work?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.