-
Notifications
You must be signed in to change notification settings - Fork 499
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
refactor stability main function #363
Conversation
/run-e2e-tests |
} | ||
fta.StartNodeOrDie(physicalNode, node) | ||
for _, cluster := range allClusters { | ||
oa.CheckTidbClusterStatusOrDie(cluster) |
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.
there need to check recover
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.
LGTM
/run-e2e-tests |
@tennix @onlymellb PTAL |
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.
LGTM
tests/actions.go
Outdated
CreateSecret(info *TidbClusterConfig) error | ||
GetPodUIDMap(info *TidbClusterConfig) (map[string]types.UID, error) | ||
GetNodeMap(info *TidbClusterConfig, component string) (map[string][]string, error) | ||
getBackupDir(info *TidbClusterConfig) ([]string, error) |
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.
Others cannot implement the interface due to this private method.
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.
LGTM
* add cdc document * Update zh/deploy-on-alibaba-cloud.md Co-authored-by: DanielZhangQD <[email protected]> * Apply suggestions from code review Co-authored-by: DanielZhangQD <[email protected]> Co-authored-by: DanielZhangQD <[email protected]> Co-authored-by: Ran <[email protected]>
No description provided.