ableegoldman commented on a change in pull request #10608: URL: https://github.com/apache/kafka/pull/10608#discussion_r623325017
########## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImplTest.java ########## @@ -152,28 +150,6 @@ public void before() { checkpointFile = new File(stateManager.baseDir(), StateManagerUtil.CHECKPOINT_FILE_NAME); } - @After - public void after() throws IOException { - stateDirectory.unlockGlobalState(); - } - - @Test - public void shouldLockGlobalStateDirectory() { Review comment: The global directory should _not_ be deleted, just locked/unlocked (until now). We do have a test for the task directory deletion though, in case that's what you were referring to -- 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