Coordinate distributed systems.
Go to file
Julien Danjou e153202ca0 tests: remove check_port
It's not portable and currently the detection scheme use really easy to
break and report false positive. Try to rather launch services on
different ports.

Change-Id: I0739bea2f8fe42e1bba1c04e6ce5be14237dfbcb
2014-12-01 15:00:47 +01:00
doc/source Merge "doc: add locking" 2014-11-18 18:39:48 +00:00
examples doc: switch examples to Zake 2014-11-18 15:39:05 +01:00
tooz tests: do not skip test on connection error 2014-12-01 14:24:37 +01:00
.gitignore Add pbr generated and testr files to gitignore 2014-03-06 11:54:28 +01:00
.gitreview Added .gitreview 2013-12-04 00:18:35 +00:00
.testr.conf First commit of Tooz 2013-12-19 12:18:35 +01:00
LICENSE First commit of Tooz 2013-12-19 12:18:35 +01:00
README.rst First commit of Tooz 2013-12-19 12:18:35 +01:00
requirements-py3.txt Move sysv_ipc deps to test-requirements 2014-10-28 14:58:34 +01:00
requirements.txt Merge "Move sysv_ipc deps to test-requirements" 2014-11-03 15:56:34 +00:00
run-examples.sh Have examples run in the py27 environment and make them work 2014-09-19 11:57:56 -07:00
setup-memcached-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-mysql-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-postgresql-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-redis-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup-zookeeper-env.sh tests: remove check_port 2014-12-01 15:00:47 +01:00
setup.cfg Add MySQL driver 2014-11-17 11:09:23 +01:00
setup.py First commit of Tooz 2013-12-19 12:18:35 +01:00
test-requirements.txt Merge "Translate psycopg2 errors/exceptions into tooz exceptions" 2014-11-18 10:45:02 +00:00
tox.ini Fix tox envlist 2014-11-18 11:51:37 +01:00

README.rst

tooz

The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications.