mjsax commented on a change in pull request #8900: URL: https://github.com/apache/kafka/pull/8900#discussion_r444526844
########## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/RecordCollectorTest.java ########## @@ -474,6 +492,7 @@ public void shouldThrowTaskMigratedExceptionOnSubsequentCallWhenProducerFencedIn " indicating the task may be migrated out; it means all tasks belonging to this thread should be migrated.") ); + collector.send(topic, "3", "0", null, null, stringSerializer, stringSerializer, streamPartitioner); Review comment: For those particular test, considering their names, it seem the tests are void now? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org