sunm2n commented on code in PR #23390:
URL: https://github.com/apache/kafka/pull/23390#discussion_r3953643009


##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStreamThreadTest.java:
##########
@@ -292,6 +296,60 @@ public Set<TopicPartition> partitions() {
         assertFalse(new File(baseDirectoryName + File.separator + "testAppId" 
+ File.separator + "global").exists());
     }
 
+    @Test
+    public void 
shouldWipeGlobalStateDirectoryOnTaskCorruptedExceptionDuringStartup() throws 
Exception {
+        final InternalTopologyBuilder corruptedBuilder = new 
InternalTopologyBuilder();

Review Comment:
   Thanks. Good catch, renamed to builderWithCorruptedStore.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to