Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Right now, if a StoragePlugin implementation relies on the close method to clean up resources, those resources won't be cleaned up when the Drillbit class is shutdown. This is because Drillbit doesn't actually close the StoragePluginRegistry and associated resources. This causes problems in leaking resources in tests.