qubole / rubix

Cache File System optimized for columnar formats and object stores
Apache License 2.0
183 stars 74 forks source link

Ensure resources are cleaned after unit tests #177

Closed jordanw-bq closed 6 years ago

jordanw-bq commented 6 years ago

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.