clolov commented on code in PR #13873: URL: https://github.com/apache/kafka/pull/13873#discussion_r1239992529
########## streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java: ########## @@ -886,11 +885,9 @@ public void shouldSuspendRevokedTaskRemovedFromStateUpdater() { when(stateUpdater.hasRemovedTasks()).thenReturn(true); when(stateUpdater.drainRemovedTasks()).thenReturn(mkSet(statefulTask)); final TaskManager taskManager = setUpTaskManager(ProcessingMode.AT_LEAST_ONCE, tasks, true); - replay(consumer); taskManager.checkStateUpdater(time.milliseconds(), noOpResetter); - verify(consumer); Review Comment: Oh, I see, I wasn't aware of this - I thought it was a leftover from previous expectations which were never deleted -- 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