summaryrefslogtreecommitdiff
path: root/tooz/tests/test_coordination.py
Commit message (Expand)AuthorAgeFilesLines
* Two locks acquired from one coord must worksMehdi Abaakouk2015-02-271-0/+25
* Releases locks in testsMehdi Abaakouk2015-02-131-0/+1
* Since we use msgpack this can be more than a strJoshua Harlow2015-02-061-0/+11
* Add a file based driver0.11Julien Danjou2015-01-161-1/+2
* Merge "tests: use scenarios attributes for timeout capability"Jenkins2014-12-181-20/+6
|\
| * tests: use scenarios attributes for timeout capabilityJulien Danjou2014-12-021-20/+6
* | tests: minor code simplificationJulien Danjou2014-12-091-2/+1
* | memcached: add support for group deletionJulien Danjou2014-12-091-0/+25
|/
* tests: check for leave group events on dead members cleanupJulien Danjou2014-12-021-0/+18
* tests: do not skip test on connection errorJulien Danjou2014-12-011-8/+5
* Merge "Ensure 'leave_group' result gotten before further work"Jenkins2014-11-211-1/+1
|\
| * Ensure 'leave_group' result gotten before further workJoshua Harlow2014-11-171-1/+1
* | Test connection error scenarios on more driversJulien Danjou2014-11-181-4/+8
* | Merge "Add MySQL driver"Jenkins2014-11-181-0/+10
|\ \ | |/ |/|
| * Add MySQL driverJulien Danjou2014-11-171-0/+10
* | Merge "Discard 'self' from '_joined_groups' if we got booted out"Jenkins2014-11-171-0/+28
|\ \ | |/ |/|
| * Discard 'self' from '_joined_groups' if we got booted outJoshua Harlow2014-11-061-0/+28
* | Add a PostgreSQL driverJulien Danjou2014-11-061-0/+4
|/
* Merge "Handle when a group used to exist but no longer does"Jenkins2014-11-041-0/+32
|\
| * Handle when a group used to exist but no longer doesJoshua Harlow2014-11-031-0/+32
* | Ensure that we correctly expire (and cleanup) redis membersJoshua Harlow2014-10-291-2/+18
|/
* test: try to stop() firstJulien Danjou2014-10-221-0/+9
* Merge "Add a redis driver"Jenkins2014-10-211-0/+1
|\
| * Add a redis driverJoshua Harlow2014-10-151-0/+1
* | Merge "Add a assertRaisesAny helper method"Jenkins2014-10-171-21/+17
|\ \
| * | Add a assertRaisesAny helper methodJoshua Harlow2014-10-151-21/+17
| |/
* | Allow zake to be testedJoshua Harlow2014-10-151-2/+0
|/
* coordination: remove destroy() from the lock protocolJulien Danjou2014-10-031-3/+0
* Use the more reliable sysv_ipc instead of posix_ipc+lockutilsJoshua Harlow2014-09-161-0/+3
* Switch to URL for loading backends0.3Julien Danjou2014-08-071-53/+28
* coordination: add IPC driverJulien Danjou2014-08-041-0/+2
* Upgrade hacking requirementJulien Danjou2014-07-161-1/+1
* Fix a race condition in one of the testJulien Danjou2014-06-201-1/+1
* coordination: implement lock mechanism in ZKJulien Danjou2014-04-141-0/+23
* coordination, zookeeper: add get_leader()Julien Danjou2014-04-071-0/+22
* coordination, zookeeper: implement leader electionJulien Danjou2014-04-071-0/+88
* coordination: remove wrong comment in testsJulien Danjou2014-04-031-3/+0
* coordination: raise GroupNotCreated when watching uncreated groupJulien Danjou2014-03-281-0/+14
* coordination, zookeeper: add {un,}watch_leave_groupJulien Danjou2014-03-281-0/+45
* coordination, zookeeper: add watch_join_groupJulien Danjou2014-03-281-0/+38
* tests: skip test if function is not implementedJulien Danjou2014-03-211-1/+3
* coordination: add hooks systemJulien Danjou2014-03-211-0/+26
* Add memcached driverJulien Danjou2014-03-211-5/+47
* zookeeper: use bytes as input/output typeJulien Danjou2014-03-171-2/+3
* tests: test client disconnectionJulien Danjou2014-03-101-0/+19
* coordination: add heartbeat methodJulien Danjou2014-03-101-0/+3
* tests: test capabilities on non existent group/memberJulien Danjou2014-03-051-0/+19
* tests: add a test for group already existingJulien Danjou2014-03-051-0/+6
* tests: fix variable nameJulien Danjou2014-02-281-2/+2
* Adds basic tests which deals with exceptionsLahoucine BENLAHMR2014-02-071-0/+38