wcarlson5 commented on a change in pull request #10608: URL: https://github.com/apache/kafka/pull/10608#discussion_r623295241
########## 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: Should we be verifying that the dir gets deleted in some new tests here? -- 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