lianetm commented on code in PR #18532:
URL: https://github.com/apache/kafka/pull/18532#discussion_r1925611447


##########
core/src/test/scala/integration/kafka/api/ConsumerBounceTest.scala:
##########
@@ -319,17 +327,20 @@ class ConsumerBounceTest extends AbstractConsumerTest 
with Logging {
     * the group should be forced to rebalance when it becomes hosted on a 
Coordinator with the new config.
     * Then, 1 consumer should be left out of the group.
     */
-  @Test
+  @ParameterizedTest(name = 
TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames)
+  @MethodSource(Array("getTestQuorumAndGroupProtocolParametersAll"))
   @Disabled // TODO: To be re-enabled once we can make it less flaky 
(KAFKA-13421)

Review Comment:
   correct, still affecting both consumers, delayed for 4.1



##########
core/src/test/scala/integration/kafka/api/ConsumerBounceTest.scala:
##########
@@ -401,11 +414,15 @@ class ConsumerBounceTest extends AbstractConsumerTest 
with Logging {
    */
   @ParameterizedTest(name = 
TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames)
   
@MethodSource(Array("getTestQuorumAndGroupProtocolParametersClassicGroupProtocolOnly"))
+  // TODO: enable for all protocols after fix for not generating/blocking on 
unneeded
+  //  FindCoordinator on close for the new consumer

Review Comment:
   Correct, and the test is referenced in that Jira to make sure it's enabled 
as part of 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

Reply via email to