When unit testing, we need to make sure that resources such as BookKeeperServers and cache directories are stopped/cleared/removed once each test/suite has completed; otherwise, some tests might pass when they should not, based on things like lingering configurations.
When unit testing, we need to make sure that resources such as
BookKeeperServer
s and cache directories are stopped/cleared/removed once each test/suite has completed; otherwise, some tests might pass when they should not, based on things like lingering configurations.