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

E2E tests should wait for controller to be ready #655

Closed
alenkacz opened this issue Feb 18, 2021 · 0 comments · Fixed by #714
Closed

E2E tests should wait for controller to be ready #655

alenkacz opened this issue Feb 18, 2021 · 0 comments · Fixed by #714
Labels
Milestone

Comments

@alenkacz
Copy link
Contributor

This is techdebt - right now we install the controller but we don't wait for it to be ready. Because of that every test has to start with this https://github.com/vectorizedio/redpanda/blob/dev/src/go/k8s/tests/e2e/update/00-assert.yaml

We should try to use something like kubectl rollout or other kubectl commands to wait for controller to be ready and then drop all these unnecessary steps.

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 a pull request may close this issue.

2 participants