-
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
ddl: Implement basic version of TiFlash replica management #30842
Conversation
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
Signed-off-by: CalvinNeo <calvinneo1995@gmail.com>
/run-unit-test |
/run-unit-test |
/run-tics-test |
/run-unit-test |
1 similar comment
/run-unit-test |
/unhold |
/merge |
/run-all-tests |
/run-integration-test-mysql-8026 |
/run-unit-test |
/run-integration-test |
/test ? |
/retest |
/run-all-tests |
/merge cancel |
retrigger testing |
This pull request has been accepted and is ready to merge. Commit hash: 1f7ffd5
|
cluster *unistore.Cluster | ||
} | ||
|
||
var _ = SerialSuites(&tiflashDDLTestSuite{}) |
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.
We have used the new framework testify
to implement test cases instead of pingcap/check
.
What problem does this PR solve?
Issue Number: #29924
Problem Summary:
This PR is the second PR to fix problems described in #29924.
It implements basic function of TiFlash replica management. The whole implementation does not include any optimization, which will be introduced in later PRs.
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note