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

Directly use CRD in e2e test instead of helm (#2545) #2608

Merged
merged 1 commit into from
Jun 2, 2020

Conversation

sre-bot
Copy link
Contributor

@sre-bot sre-bot commented Jun 2, 2020

cherry-pick #2545 to release-1.1


What problem does this PR solve?

Currently, our test code in e2e/stability is based on helm in managing tidbcluster. As CRD is the only tool recommended to manage tidbcluster after operator 1.1.0 released, I think it is necessary to use CRD instead of helm to manage tidbcluster in test. However, the current OperatorActions is based on the helm and it's hard to revise it as it would both influence the e2e test and stabilty test.

As @cofyc commented, the XXXAction is overdesigned and in this request we only using function to manage tidbcluster here.

Does this PR introduce a user-facing change?:

NONE

Signed-off-by: sre-bot <sre-bot@pingcap.com>
@Yisaer
Copy link
Contributor

Yisaer commented Jun 2, 2020

/merge

@sre-bot
Copy link
Contributor Author

sre-bot commented Jun 2, 2020

/run-all-tests

@sre-bot sre-bot merged commit f50e93d into pingcap:release-1.1 Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants