gabriellefu opened a new pull request, #23365:
URL: https://github.com/apache/kafka/pull/23365
- Replace closeTimeoutMs with TestUtils.DEFAULT_MAX_WAIT_MS in the final
future.get(...) call, since closeTimeoutMs is enforced against MockTime and
can't bound a real-time wait.
- Replace the hardcoded 1000 in the two client.waitForRequests(...) calls
with TestUtils.DEFAULT_MAX_WAIT_MS, since that wait is also measured in real
time and 1s wasn't always enough under load.
--
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]