dongnuo123 commented on code in PR #14675: URL: https://github.com/apache/kafka/pull/14675#discussion_r1526926450
########## core/src/test/scala/integration/kafka/api/ConsumerBounceTest.scala: ########## @@ -77,8 +83,9 @@ class ConsumerBounceTest extends AbstractConsumerTest with Logging { } } - @Test - def testConsumptionWithBrokerFailures(): Unit = consumeWithBrokerFailures(10) + @ParameterizedTest(name = TestInfoUtils.TestWithParameterizedQuorumName) + @ValueSource(strings = Array("zk", "kraft", "kraft+kip848")) + def testConsumptionWithBrokerFailures(quorum: String): Unit = consumeWithBrokerFailures(10) Review Comment: Moved the test to [a new pr](https://github.com/apache/kafka/pull/15547) to unblock this one. Need to fix it later. -- 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