zaqar/tests/unit/common
Flavio Percoco a1163331fc Add first reliability enforcement
This patch adds an reliability enforcement for mongodb's driver. It
forces deployers to use replicasets or mongos as a mongodb cluster for
Zaqar. In addition to that, it forces deployers to provide a write
concern > 2 and/or majority.

If none of this are met, the driver will raise a RuntimeException and
fail to start. If no write concern is provided, majority will be used.

Change-Id: Ie74a4b441654243b3ed7e7fd6c40863969cd446d
Closes-bug: #1372335
2014-10-03 14:45:55 +02:00
..
storage Add first reliability enforcement 2014-10-03 14:45:55 +02:00
__init__.py Implement common pipeline class 2013-10-10 16:20:33 +02:00
test_api.py Rename Marconi to Zaqar 2014-08-04 10:36:50 +02:00
test_decorators.py Rename Marconi to Zaqar 2014-08-04 10:36:50 +02:00
test_pipeline.py Rename Marconi to Zaqar 2014-08-04 10:36:50 +02:00
test_request.py Rename Marconi to Zaqar 2014-08-04 10:36:50 +02:00