lianetm commented on code in PR #15525: URL: https://github.com/apache/kafka/pull/15525#discussion_r1548576809
########## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ########## @@ -805,4 +805,73 @@ class PlaintextConsumerTest extends BaseConsumerTest { consumer2.close() } + + @ParameterizedTest(name = TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames) + @MethodSource(Array("getTestQuorumAndGroupProtocolParametersAll")) + def testSubscribeAndCommitSync(quorum: String, groupProtocol: String): Unit = { Review Comment: We have split the consumer tests into separate files grouped by feature, and there is now one `PlaintextConsumerCommitTest`, I would expect this test should go there. -- 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