jack2012aa commented on code in PR #20791:
URL: https://github.com/apache/kafka/pull/20791#discussion_r2558114310


##########
core/src/test/scala/integration/kafka/api/BaseProducerSendTest.scala:
##########
@@ -522,7 +522,6 @@ abstract class BaseProducerSendTest extends 
KafkaServerTestHarness {
         val e = assertThrows(classOf[ExecutionException], () => future.get())
         assertEquals(classOf[KafkaException], e.getCause.getClass)
       }
-      assertEquals(0, consumer.poll(Duration.ofMillis(50L)).count, "Fetch 
response should have no message returned.")

Review Comment:
   Removed. Thanks for the reminder!



-- 
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