eolivelli opened a new pull request #9263: URL: https://github.com/apache/pulsar/pull/9263
### Motivation The test suite (especially pulsar-broker) creates lots of temporary files, that accumulate on CI and also they fill up the /tmp dir during development (if you dare to run all of the tests locally) ### Modifications Modify LocalBookKeeperEnsemble to delete all the temporary directories it created at boot. We are not deleting directories that are passed externally from the constructor (like in Pulsar Standalone) ### Verifying this change This change is a trivial rework / code cleanup without any test coverage. ---------------------------------------------------------------- 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: [email protected]
