Re: [PR] KAFKA-16595: Introduce ClusterTemplate in ClusterTests [kafka]

2024-05-08 Thread via GitHub
brandboat commented on code in PR #15899: URL: https://github.com/apache/kafka/pull/15899#discussion_r1594893021 ## core/src/test/scala/unit/kafka/server/ApiVersionsRequestTest.scala: ## @@ -17,32 +17,72 @@ package kafka.server -import kafka.test.ClusterInstance +import kaf

Re: [PR] KAFKA-16595: Introduce ClusterTemplate in ClusterTests [kafka]

2024-05-08 Thread via GitHub
brandboat closed pull request #15899: KAFKA-16595: Introduce ClusterTemplate in ClusterTests URL: https://github.com/apache/kafka/pull/15899 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

Re: [PR] KAFKA-16595: Introduce ClusterTemplate in ClusterTests [kafka]

2024-05-08 Thread via GitHub
chia7712 commented on code in PR #15899: URL: https://github.com/apache/kafka/pull/15899#discussion_r1594887215 ## core/src/test/scala/unit/kafka/server/ApiVersionsRequestTest.scala: ## @@ -17,32 +17,72 @@ package kafka.server -import kafka.test.ClusterInstance +import kafk

[PR] KAFKA-16595: Introduce ClusterTemplate in ClusterTests [kafka]

2024-05-08 Thread via GitHub
brandboat opened a new pull request, #15899: URL: https://github.com/apache/kafka/pull/15899 related to https://issues.apache.org/jira/browse/KAFKA-16595 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and