lhotari commented on code in PR #15638: URL: https://github.com/apache/pulsar/pull/15638#discussion_r919791585
########## 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: is it fine to replace this with `store.close()`? -- 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