-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
tests: add ms cluster case #8752
Conversation
Signed-off-by: Ryan Leung <rleungx@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8752 +/- ##
==========================================
+ Coverage 75.61% 75.63% +0.02%
==========================================
Files 460 461 +1
Lines 72135 72273 +138
==========================================
+ Hits 54543 54664 +121
- Misses 14104 14116 +12
- Partials 3488 3493 +5
Flags with carried forward coverage won't be shown. Click here to find out more. |
/retest |
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.
rest lgtm
@@ -165,3 +182,58 @@ func waitTiupReady(t *testing.T, tag string) { | |||
} | |||
require.Failf(t, "TiUP is not ready", "tag: %s", tag) | |||
} | |||
|
|||
type msClusterSuite struct { |
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.
seems we can add a field ms bool
to clusterSuite
rather than create a new structure.
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.
good point
Signed-off-by: Ryan Leung <rleungx@gmail.com>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lhy1024, okJiang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
What problem does this PR solve?
Issue Number: ref #8683
What is changed and how does it work?
Check List
Tests
Release note