FrankYang0529 opened a new pull request, #15663: URL: https://github.com/apache/kafka/pull/15663
Following test cases don't really run kraft case. The reason is that the test info doesn't contain parameter name, so it always returns false in TestInfoUtils#isKRaft. - TopicCommandIntegrationTest - DeleteConsumerGroupsTest - AuthorizerIntegrationTest - DeleteOffsetsConsumerGroupCommandIntegrationTest We can add `options.compilerArgs << '-parameters'` after https://github.com/apache/kafka/blob/376e9e20dbf7c7aeb6f6f666d47932c445eb6bd1/build.gradle#L264-L273 to fix it. Also, we have to add `String quorum` to cases in DeleteOffsetsConsumerGroupCommandIntegrationTest. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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 specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org