kirktrue commented on code in PR #16686: URL: https://github.com/apache/kafka/pull/16686#discussion_r1702038518
########## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ########## @@ -911,4 +911,42 @@ class PlaintextConsumerTest extends BaseConsumerTest { assertThrows(classOf[WakeupException], () => consumer.position(topicPartition, Duration.ofSeconds(100))) } + + @ParameterizedTest(name = TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames) + @MethodSource(Array("getTestQuorumAndGroupProtocolParametersConsumerGroupProtocolOnly")) Review Comment: That was not the behavior I noticed, unfortunately. The existing consumer was very flaky with this test for both the default timeout and a `0` timeout. I played with it for a bit to make sure the test itself wasn't at fault, but couldn't get the existing consumer to pass reliably. -- 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