codelipenghui commented on code in PR #22860: URL: https://github.com/apache/pulsar/pull/22860#discussion_r1634094976
########## pulsar-broker/src/test/java/org/apache/pulsar/client/api/OrphanPersistentTopicTest.java: ########## @@ -108,6 +114,67 @@ public void testNoOrphanTopicAfterCreateTimeout() throws Exception { pulsar.getConfig().setTopicLoadTimeoutSeconds(originalTopicLoadTimeoutSeconds); } + @Test + public void testCloseLedgerThatTopicAfterCreateTimeout() throws Exception { Review Comment: @shibd I tried this test without this fix. The test can still get passed. Do you have a test to reproduce the issue? -- 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