Revision 6e7e6b21
b/snf-pithos-app/pithos/api/test/__init__.py | ||
---|---|---|
145 | 145 |
return old_names, mirrors |
146 | 146 |
|
147 | 147 |
def teardown_databases(self, old_config, **kwargs): |
148 |
from pithos.api.util import _pithos_backend_pool |
|
149 |
_pithos_backend_pool.shutdown() |
|
148 |
from pithos.api.util import (_pithos_storage_backend_pool, |
|
149 |
_pithos_public_backend_pool) |
|
150 |
_pithos_storage_backend_pool.shutdown() |
|
151 |
_pithos_public_backend_pool.shutdown() |
|
150 | 152 |
super(PithosTestSuiteRunner, self).teardown_databases(old_config, |
151 | 153 |
**kwargs) |
152 | 154 |
|
Also available in: Unified diff