TaiJuWu commented on code in PR #16686: URL: https://github.com/apache/kafka/pull/16686#discussion_r1812182067
########## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ########## @@ -824,4 +824,51 @@ class PlaintextConsumerTest extends BaseConsumerTest { assertThrows(classOf[WakeupException], () => consumer.position(topicPartition, Duration.ofSeconds(100))) } + + // NOTE: at present this test fails for the CLASSIC group protocol when run on the Apache CI infrastructure. For + // now this will remain a test that only covers the CONSUMER group protocol. Review Comment: Can we enable this test for `ClassicKafkaConsumer` since we use github CI recently and it pass on my local? -- 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