lianetm commented on code in PR #20521:
URL: https://github.com/apache/kafka/pull/20521#discussion_r2436202128
##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/PlaintextConsumerTest.java:
##########
@@ -1681,7 +1681,7 @@ private ConsumerRecords<byte[], byte[]>
awaitNonEmptyRecords(
AtomicReference<ConsumerRecords<byte[], byte[]>> result = new
AtomicReference<>();
TestUtils.waitForCondition(() -> {
- var polledRecords = consumer.poll(Duration.ofSeconds(10));
+ var polledRecords = consumer.poll(Duration.ofSeconds(1));
Review Comment:
do we need to change this test after the latest fixes to how long we block
on internal polls?
I tried it locally with the original value and passed, should we revert and
check on CI?
--
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]