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

operator/tests: waiting for deployment in each step is not needed #714

Merged
merged 1 commit into from
Mar 2, 2021

Conversation

alenkacz
Copy link
Contributor

@alenkacz alenkacz commented Mar 1, 2021

this is because we're already waiting for webhook to be ready during test suite setup and deployment and webhook run in the same process.

fixes #655

Checklist

When referencing a related issue, remember to migrate duplicate stories from the
external tracker. This is not relevant for most users.

@alenkacz
Copy link
Contributor Author

alenkacz commented Mar 1, 2021

the diff is really weird but I really just renamed all the file decrementing the steps numbers so 01 -> 00 etc.

@RafalKorepta
Copy link
Contributor

Couldn't we start our tests from 01? The kuttl doesn't mandate that asserts need to start from 00 :)

@alenkacz
Copy link
Contributor Author

alenkacz commented Mar 1, 2021

@RafalKorepta yeah we could but why? Only to reduce diff on this PR? :) Since I already changed it we could do the "proper" indexing from 0 :) 🤷‍♀️

RafalKorepta
RafalKorepta previously approved these changes Mar 1, 2021
Copy link
Contributor

@RafalKorepta RafalKorepta left a comment

Choose a reason for hiding this comment

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

LGTM

@emaxerrno
Copy link
Contributor

/gcbrun

dimitriscruz
dimitriscruz previously approved these changes Mar 2, 2021
this is because we're already waiting for webhook to be ready during test suite setup and deployment and webhook run in the same process.
Copy link
Contributor

@RafalKorepta RafalKorepta left a comment

Choose a reason for hiding this comment

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

LGTM

@emaxerrno emaxerrno merged commit 98d83cf into redpanda-data:dev Mar 2, 2021
This pull request was closed.
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.

E2E tests should wait for controller to be ready
4 participants