1ca46da302
AutoReconnect errors are not being handled and so, propagated to the client. This patch adds a safe_call decorator. The purpose of safe_call is to catch ConnectionFailure and raise a ConnectionError instead. Future patches will make the transport catch ConnectionError and handle it correctly instead of propagating it to the client. All storage back-end should support this. Fixes bug: #1169821 Change-Id: I523232a7cefbd00082447403ceb3abada9af6db3
19 lines
194 B
Plaintext
19 lines
194 B
Plaintext
# Packaging
|
|
mock
|
|
distribute>=0.6.24
|
|
|
|
# Unit testing
|
|
discover
|
|
fixtures
|
|
python-subunit
|
|
testrepository
|
|
testtools
|
|
|
|
# Test runner
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin
|
|
|
|
# Metrics and style
|
|
hacking
|