hangc0276 opened a new pull request, #3207: URL: https://github.com/apache/bookkeeper/pull/3207
### Motivation In `CompactionTest.testCompactionPersistence()`, it specified a directory as rocksdb storage path, but does't clean up it when the test finished. https://github.com/apache/bookkeeper/blob/e937ae9a6838fd533c3973d6ae6c32d98b6619bd/bookkeeper-server/src/test/java/org/apache/bookkeeper/bookie/CompactionTest.java#L1011-L1012 ### Changes Use tmpDir to manage the created directory and clean up the resources when test finished. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
