lucasbru opened a new pull request, #14915: URL: https://github.com/apache/kafka/pull/14915
AsyncKafkaConsumerTest may run the consumer forever because it relies on timeouts to close correctly, and time is set up to not progress on its own. We enable time auto-tick here to make sure that the consumer can always be closed. It seems this has caused OOM errors, because we are using many Mockito spies in this code, and Mockito accumulates a lot of memory when running for a long time. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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]
