You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/09/10 09:45:03 UTC

[GitHub] [kafka] wycccccc commented on pull request #10976: KAFKA-13036 Replace EasyMock and PowerMock with Mockito for RocksDBMetricsRecorderTest

wycccccc commented on pull request #10976:
URL: https://github.com/apache/kafka/pull/10976#issuecomment-916775979


   @chia7712 I think I have solved most of the problems, except merger  `setUpMetricsStubMock`.
   In order to avoid existing static mock registration problem caused by repeatedly calling `setUpMetricsStubMock` method.I put `mockStatic` in `@Before`.So I think It's not bad at the moment about `tearDown()`.


-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org