Re: [PR] MINOR: merge unit test down to the class of integration test [kafka]

2024-05-07 Thread via GitHub
chia7712 commented on code in PR #15884: URL: https://github.com/apache/kafka/pull/15884#discussion_r1593365819 ## tools/src/test/java/org/apache/kafka/tools/FeatureCommandTest.java: ## @@ -160,28 +154,26 @@ private String outputWithoutEpoch(String output) { int pos =

[PR] MINOR: merge unit test down to the class of integration test [kafka]

2024-05-07 Thread via GitHub
KevinZTW opened a new pull request, #15884: URL: https://github.com/apache/kafka/pull/15884 Merge the unit test functions down to the class of integration test to avoid two test class under the same file ### Committer Checklist (excluded from commit message) - [ ] Verify