Commit Graph

3 Commits

Author SHA1 Message Date
Ben Nemec bd7cc62a73 Migrate to stestr
Change-Id: Id717f076d13f10697a7528139950a0b70d95c1c3
2018-09-18 00:37:30 +00:00
Vilobh Meshram c02b57348e Enable OS_LOG_CAPTURE so that logs can be seen (on error)
Enable OS_LOG_CAPTURE so that logs can be seen on error. This
helps to debug issues when a particular test fails on the gate.

Change-Id: Ib66adff0a3864e9bc78d67f09d308f36236f5a5b
2016-02-08 14:58:22 -08:00
Yassine Lamgarchal d1e094f61c First commit of Tooz
For now Tooz is composed of a simple API and use ZooKeeper
as the first backend.

The current API provide the group membership protocol like
'servicegroup' in Nova, we enriched it by adding the notion
of capabilities. The API is currently synchronous, we plan to
design an asynchronous one. The notification mechanism is not yet
available. Please read the associated blueprint for more details:
https://wiki.openstack.org/wiki/Oslo/blueprints/service-sync

All new backends must implement api.CoordinationDriver and
validate the unit tests. Tooz will provide a unique unit-tests suite
which will be run against all backends.

Change-Id: I4e4cefb52cf6c39a3f6ba35ab1d4ef34a77b5811
2013-12-19 12:18:35 +01:00