see-quick opened a new pull request, #21406: URL: https://github.com/apache/kafka/pull/21406
This PR ports `LogCleanerLagIntegrationTest` from core module into storage. I went through each line and ported the 1:1 way as much as possible. Moreover I have ported `AbstractLogCleanerIntegrationTest` with additional methods, which would be needed for next ports (i.e., `LogCleanerParameterizedIntegrationTest`) and other integration classes. Tests for `storage` module are passing: ```java BUILD SUCCESSFUL in 10m 39s 88 actionable tasks: 21 executed, 67 up-to-date ``` -- 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]
