clolov opened a new pull request, #13873: URL: https://github.com/apache/kafka/pull/13873
This pull requests migrates the Consumer mock in TaskManagerTest from EasyMock to Mockito. The change is restricted to a single mock to minimize the scope and make it easier for review. The reasoning as to why we would like to migrate a single mock rather than all mocks in the file at the same time has been discussed in https://github.com/apache/kafka/pull/12607#issuecomment-1500829973 It takes the same approach as in: https://github.com/apache/kafka/pull/13529 https://github.com/apache/kafka/pull/13621 https://github.com/apache/kafka/pull/13681 https://github.com/apache/kafka/pull/13711 -- 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]
