TaiJuWu commented on code in PR #18554: URL: https://github.com/apache/kafka/pull/18554#discussion_r1920980944
########## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ########## @@ -2091,9 +2092,9 @@ class PlaintextAdminIntegrationTest extends BaseAdminIntegrationTest { /** * Test the consumer group APIs. */ - @ParameterizedTest - @ValueSource(strings = Array("kraft")) - def testConsumerGroupWithMemberMigration(quorum: String): Unit = { + @ParameterizedTest(name = TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames) + @MethodSource(Array("getTestQuorumAndGroupProtocolParametersAll")) + def testConsumerGroupWithMemberMigration(quorum: String, groupProtocol: String): Unit = { Review Comment: After check all test, I notice this comment :) Will keep it. -- 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