dongnuo123 commented on code in PR #14675:
URL: https://github.com/apache/kafka/pull/14675#discussion_r1382143423


##########
core/src/test/scala/integration/kafka/api/ConsumerBounceTest.scala:
##########
@@ -340,8 +351,9 @@ class ConsumerBounceTest extends AbstractConsumerTest with 
Logging {
   /**
     * When we have the consumer group max size configured to X, the X+1th 
consumer trying to join should receive a fatal exception
     */
-  @Test
-  def testConsumerReceivesFatalExceptionWhenGroupPassesMaxSize(): Unit = {
+  @ParameterizedTest
+  @ValueSource(strings = Array("zk", "kraft", "kraft+kip848"))
+  def testConsumerReceivesFatalExceptionWhenGroupPassesMaxSize(quorum: 
String): Unit = {

Review Comment:
   Need to merge https://github.com/apache/kafka/pull/14700 to pass



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to