zaqar/tests/etc
kgriffs c13fb6f93e fix(MongoDB): Driver does not retry on AutoReconnect errors
When a primary MongoDB node fails over to a secondary, pymongo raises an
AutoReconnect error. Let's catch that and retry the operation so that
we truly are Highly Available (in the sense that the user will never notice
the few ms of "downtime" caused by a failover).

This is particularly important when hosting backend with a DBaaS that
routinely fails over the master as a way of compacting shards.

NOTE: In order to get all MongoDB tests green, a tiny unrelated bug in
test_shards was fixed as part of this patch.

Closes-Bug: 1214973
Change-Id: Ibf172e30ec6e7fa0bbb8fdcebda9e985d1e49714
2014-03-05 03:19:25 -06:00
..
drivers_storage_invalid.conf Cleans up marconi-queues and marconi-proxy config files 2013-11-21 13:14:57 -06:00
drivers_transport_invalid.conf Deprecate sqlite in favor of sqlalchemy 2014-03-04 09:15:50 +01:00
functional-marconi.conf Deprecate sqlite in favor of sqlalchemy 2014-03-04 09:15:50 +01:00
functional-tests.conf Implement embedded marconi-server execution 2013-09-10 11:39:53 +02:00
keystone_auth.conf Deprecate sqlite in favor of sqlalchemy 2014-03-04 09:15:50 +01:00
wsgi_faulty.conf Cleans up marconi-queues and marconi-proxy config files 2013-11-21 13:14:57 -06:00
wsgi_mongodb_sharded.conf Cleans up marconi-queues and marconi-proxy config files 2013-11-21 13:14:57 -06:00
wsgi_mongodb.conf fix(MongoDB): Driver does not retry on AutoReconnect errors 2014-03-05 03:19:25 -06:00
wsgi_sqlalchemy_default_limits.conf Deprecate sqlite in favor of sqlalchemy 2014-03-04 09:15:50 +01:00
wsgi_sqlalchemy_sharded.conf Deprecate sqlite in favor of sqlalchemy 2014-03-04 09:15:50 +01:00
wsgi_sqlalchemy_validation.conf Deprecate sqlite in favor of sqlalchemy 2014-03-04 09:15:50 +01:00
wsgi_sqlalchemy.conf Deprecate sqlite in favor of sqlalchemy 2014-03-04 09:15:50 +01:00