-
Notifications
You must be signed in to change notification settings - Fork 286
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
tests: turn on the tidb_enable_change_multi_schema switch in some tests (#1194) #1195
tests: turn on the tidb_enable_change_multi_schema switch in some tests (#1194) #1195
Conversation
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
/run-all-tests |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## release-4.0 #1195 +/- ##
================================================
Coverage ? 45.8177%
================================================
Files ? 112
Lines ? 11740
Branches ? 0
================================================
Hits ? 5379
Misses ? 5756
Partials ? 605 |
cherry-pick #1194 to release-4.0
What problem does this PR solve?
pingcap/tidb#21533 disables multi schema change feature by default, which leads to some tests failure caused by
ERROR 8200 (HY000) at line 12: Unsupported multi schema change
What is changed and how it works?
Turn on the
tidb_enable_change_multi_schema
switch in tests where multi schema change happensNote cherry-pick just wants to keep the test code same as far as possible
Check List
Tests
Release note