-
Notifications
You must be signed in to change notification settings - Fork 198
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
Add kafka cluster create test #988
Conversation
4238237
to
d681d09
Compare
I think we should do the zookeeper cluster renaming in different PR. |
I tend to agree, I was just a bit lazy because this PR would then have to be based on that one, which means another branch added to this testing stuff, I'd rather not bother if possible, though it would be nicer. |
14977fd
to
8d8cbb9
Compare
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.
looking sharp
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 in general, left a couple comments.
tests/e2e/koperator_suite_test.go
Outdated
//testProduceConsumeInternal() | ||
testUninstallZookeeperCluster() | ||
testInstallZookeeperCluster(1) | ||
testInstallKafkaCluster("local", "simplekafkacluster.yaml") |
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.
Required: IMO we MUST add both variants here.
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, one little thingie, it can be done separately
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!
Description
This PR adds a test case for creating a kafka cluster, to be more specific it is configurable which example we want to test with. By default
simplekafkacluster
is set.Type of Change
Checklist