chia7712 commented on PR #18298:
URL: https://github.com/apache/kafka/pull/18298#issuecomment-2564757368
I run this PR and get following error:
```
Gradle Test Run :clients:test > Gradle Test Executor 3 >
ConsumerNetworkClientTest > testFutureCompletionOutsidePoll() FAILED
org.opentest4j.AssertionFailedError: Condition not met within timeout
5000. Failed to receive expected wakeup ==> expected: <true> but was: <false>
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.AssertTrue.failNotTrue(AssertTrue.java:63)
at
app//org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
at
app//org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214)
at
app//org.apache.kafka.test.TestUtils.lambda$waitForCondition$3(TestUtils.java:412)
at
app//org.apache.kafka.test.TestUtils.retryOnExceptionWithTimeout(TestUtils.java:460)
at
app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:409)
at
app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:393)
at
app//org.apache.kafka.test.TestUtils.waitForCondition(TestUtils.java:383)
at
app//org.apache.kafka.clients.MockClient.maybeAwaitWakeup(MockClient.java:307)
at app//org.apache.kafka.clients.MockClient.poll(MockClient.java:319)
at
app//org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:282)
at
app//org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:253)
at
app//org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:204)
at
app//org.apache.kafka.clients.consumer.internals.ConsumerNetworkClientTest.testFutureCompletionOutsidePoll(ConsumerNetworkClientTest.java:292)
```
--
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]