kafka
kafka copied to clipboard
KAFKA-17609:[1/4] Changes needed to convert system tests to use KRaft and remove ZK
This is part one of a multi-pr effort to convert Kafka Streams system tests to KRaft. I decided to break down the changes into multiple PRs to reduce the review load
- Passing system tests for ApplicationUpgradeTest
- Passing system tests for BrokerBounceTest
Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
Thanks Bill. Made a pass. Can you also trigger a system test run and share the link?
Thanks Bill. Made a pass. Can you also trigger a system test run and share the link?
Passing system tests for ApplicationUpgradeTest Passing system tests for BrokerBounceTest
Also in the PR description
@mjsax all comments addressed
I kicked off a new branch builder for streams_application_upgrade_test and I'll post the link here when it completes.
System test results 29 passed, 3 failed - I'll look into the failures.
Merged #17275 into trunk