lhotari commented on code in PR #15638: URL: https://github.com/apache/pulsar/pull/15638#discussion_r919805326
########## pulsar-broker/src/test/java/org/apache/pulsar/broker/service/PersistentTopicTest.java: ########## @@ -249,20 +252,14 @@ public void setup() throws Exception { @AfterMethod(alwaysRun = true) public void teardown() throws Exception { - metadataStore.close(); Review Comment: it seems that there's both store and metadataStore (defined in MockedBookKeeperTestCase). I think that metadataStore state should be cleaned up in MockedBookKeeperTestCase.tearDown method. -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org