clolov commented on code in PR #13712:
URL: https://github.com/apache/kafka/pull/13712#discussion_r1193529399


##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java:
##########
@@ -3778,17 +3777,13 @@ public Map<TopicPartition, Long> purgeableOffsets() {
 
         purgableOffsets.put(t1p1, 17L);
         taskManager.maybePurgeCommittedRecords();
-
-        verify(adminClient);

Review Comment:
   Heya, thank you for the review! I am not quite certain I follow what you 
mean. The reason this is removed here and elsewhere is that Mockito verifies 
internally that all `when` statements are called. EasyMock does not do this by 
default so it requires an explicit verification.



-- 
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-unsubscr...@kafka.apache.org

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

Reply via email to