-
Notifications
You must be signed in to change notification settings - Fork 14k
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
KAFKA-14572: Migrate EmbeddedKafkaCluster used by Streams integration tests from EmbeddedZookeeper to KRaft #17016
Conversation
Still fixing few test cases please don't review yet |
95080bb
to
0ff51bd
Compare
… tests from EmbeddedZookeeper to KRaft
0ff51bd
to
7b13eeb
Compare
… tests from EmbeddedZookeeper to KRaft
@lucasbru I have 4 test cases failing and most of them seem to be related to |
I changed the order for |
@OmniaGM Looks like something in kraft is just taking longer? Have we not observed this problem with the connect unit tests? I wonder if there are some settings that we could use to speed things up. |
Could we try non-combined mode with this? |
It did and I believe the solution was to wait for a warmup producer and consumer to work before any tests
Will give it a try. |
I have tried the non-combined mode but nothing changed. I also tried to make sure the cluster is warmed up by producing to each broker but still didn't make any diff. I am just confused because for test like |
495781a
to
206dec4
Compare
EDIT: that's probably not the problem :) but I don't quite understand the problem either I checked |
I'll try to have another look later this week |
Hi @OmniaGM - I took a pass and and found the problem. For the failing tests, the
|
Thanks @bbejeck for spotting this, I updated the pr now |
@OmniaGM I just looked at the build report from my sample PR, and there were a bunch of failures for the integration tests, where they were all passing locally so we'll see how it goes for you |
Thanks @bbejeck I have pulled your fixes with some changes. I used
Tests are passing locally will wait for Jenkins |
@OmniaGM SGTM, thanks for updating |
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.
Thanks for the contribution @OmniaGM! LGTM
Merged #17016 to trunk |
… tests from EmbeddedZookeeper to KRaft (apache#17016) Migrate the EmbeddedKafkaCluster from the EmbeddedZookeeper to KRaft Reviewers Bill Bejeck <[email protected]>
… tests from EmbeddedZookeeper to KRaft (apache#17016) Migrate the EmbeddedKafkaCluster from the EmbeddedZookeeper to KRaft Reviewers Bill Bejeck <[email protected]>
Committer Checklist (excluded from commit message)