Skip to content
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

Merged
merged 4 commits into from
Apr 4, 2019

Conversation

weekface
Copy link
Contributor

@weekface weekface commented Apr 3, 2019

No description provided.

@weekface weekface added the test/stability stability tests label Apr 3, 2019
@weekface
Copy link
Contributor Author

weekface commented Apr 3, 2019

/run-e2e-tests

}
fta.StartNodeOrDie(physicalNode, node)
for _, cluster := range allClusters {
oa.CheckTidbClusterStatusOrDie(cluster)
Copy link
Contributor

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

Copy link
Contributor

@xiaojingchen xiaojingchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@weekface
Copy link
Contributor Author

weekface commented Apr 3, 2019

/run-e2e-tests

xiaojingchen
xiaojingchen previously approved these changes Apr 3, 2019
@xiaojingchen
Copy link
Contributor

@tennix @onlymellb PTAL

Copy link
Member

@tennix tennix left a 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)
Copy link
Contributor

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.

tests/actions.go Outdated Show resolved Hide resolved
Copy link
Contributor

@zyguan zyguan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@xiaojingchen xiaojingchen merged commit 7b9ced3 into pingcap:master Apr 4, 2019
@weekface weekface deleted the stability-main branch April 4, 2019 09:27
yahonda pushed a commit that referenced this pull request Dec 27, 2021
* add cdc document

* Update zh/deploy-on-alibaba-cloud.md

Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>

Co-authored-by: DanielZhangQD <36026334+DanielZhangQD@users.noreply.github.com>
Co-authored-by: Ran <huangran@pingcap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test/stability stability tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants