zaqar/marconi/tests
Flaper Fesp 1ca46da302 Handle AutoReconnect errors.
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
2013-07-10 19:13:47 +02:00
..
common Added some de-facto style guidelines to HACKING and fixed violations 2013-06-17 09:58:30 -04:00
etc Added some de-facto style guidelines to HACKING and fixed violations 2013-06-17 09:58:30 -04:00
storage Handle AutoReconnect errors. 2013-07-10 19:13:47 +02:00
system Fix Verification for Bulk Inserts. 2013-07-02 18:10:35 -06:00
transport Remove project ID from the URI 2013-06-24 22:33:52 +00:00
util Don't sink stdout when running unit tests 2013-06-21 15:50:27 -04:00
__init__.py doc: Make file headings consistent, and update docstrings per the proposed HACKING guide 2013-03-05 16:45:52 -05:00
test_bootstrap.py Replace gunicorn with wsgiref 2013-06-10 16:46:26 +02:00
test_config.py Added some de-facto style guidelines to HACKING and fixed violations 2013-06-17 09:58:30 -04:00