mjsax commented on a change in pull request #8996: URL: https://github.com/apache/kafka/pull/8996#discussion_r451901975
########## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/ProcessorStateManagerTest.java ########## @@ -784,7 +784,7 @@ public void close() { } @Test - public void shouldThrowTaskCorruptedWithoutCheckpointNonEmptyDir() throws IOException { + public void shouldThrowTaskCorruptedWithoutPersistentStoreCheckpointAndNonEmptyDir() throws IOException { final long checkpointOffset = 10L; final Map<TopicPartition, Long> offsets = mkMap( Review comment: Not sure if I understand the test: don't we write a checkpoint in L795 for the persistent store? ---------------------------------------------------------------- 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