chia7712 commented on code in PR #17404:
URL: https://github.com/apache/kafka/pull/17404#discussion_r1883115201


##########
clients/src/test/java/org/apache/kafka/clients/consumer/KafkaConsumerTest.java:
##########
@@ -2412,15 +2410,15 @@ public void 
testReturnRecordsDuringRebalance(GroupProtocol groupProtocol) throws
         ConsumerMetadata metadata = createMetadata(subscription);

Review Comment:
   I looped `testReturnRecordsDuringRebalance` and see the following error:
   
   ```
   Gradle Test Run :clients:test > Gradle Test Executor 253 > KafkaConsumerTest 
> testReturnRecordsDuringRebalance(GroupProtocol) > 
"testReturnRecordsDuringRebalance(GroupProtocol).groupProtocol=CLASSIC" FAILED
       org.opentest4j.AssertionFailedError: expected: <11> but was: <0>
           at 
app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
           at 
app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
           at 
app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
           at 
app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
           at 
app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
           at 
app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:531)
           at 
app//org.apache.kafka.clients.consumer.KafkaConsumerTest.testReturnRecordsDuringRebalance(KafkaConsumerTest.java:2440)
   ```
   
   @frankvicky could you please check 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: [email protected]

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

Reply via email to