summaryrefslogtreecommitdiff
path: root/kazoo/testing
Commit message (Expand)AuthorAgeFilesLines
* Allow easier customization of the testing cluster port range, closes #133.133-testing-cluster-portsHanno Schlichting2014-03-141-1/+7
* testing: Limit the backends we use for SLF4JJyrki Pulliainen2013-08-281-1/+4
* document new `unittest.TestCase` base class for KazooTestHarnessHanno Schlichting2013-07-231-1/+1
* Work harder to ensure all clients that are created and started are actually f...Ben Bangert2013-07-191-3/+14
* Actually increase the tries.Ben Bangert2013-07-181-0/+1
* Handle issues where delete may fail.Ben Bangert2013-07-181-1/+8
* Occasionally a test would fail due to the teardown failing because the delete...Ben Bangert2013-07-181-2/+2
* Make it more obvious if assumptions are broken in the test harness.Ben Bangert2013-07-181-0/+4
* document and simplify change, closes #98Hanno Schlichting2013-07-171-4/+2
* testing: allow kazoo to properly start zookeeper on Debian/UbuntuVincent Bernat2013-07-171-0/+9
* small code/docs cleanupsHanno Schlichting2013-06-081-14/+8
* SIGUSR1 is not available on Windowsmrtheb2013-06-061-1/+2
* Fixed KazooTestHarness on Windowsmrtheb2013-06-061-7/+18
|\
| * Added path modifiers for java to pick up on Windowsmrtheb2013-06-051-7/+18
* | make sure the test harness propagates __init__Mike Lundy2013-05-141-1/+2
* | Allow a forced override of ManagedZooKeeper's classpathMike Lundy2013-04-302-6/+13
* | Saner testing retries.Ben Bangert2013-04-281-2/+2
* | Simplify session expiration so that we can easily fake it so the client handl...Ben Bangert2013-04-281-11/+5
* | Fixes Issue #58.Ben Bangert2013-04-282-0/+22
* | choose ports 0, 10, 20, 30... and not 0, 10, 30, 60, ...Hanno Schlichting2013-03-061-1/+1
* | Close clients in testing harnessDavid LaBissoniere2013-02-131-0/+2
* | avoid catch-all, and let KeyboardInterrupt and friends throughHanno Schlichting2013-01-091-1/+1
* | Deal with occasional glitches in session expiration timeouts.Ben Bangert2013-01-081-2/+5
|/
* prevent ZK cluster nodes from being started twiceHanno Schlichting2013-01-021-1/+3
* remove duplicated lineHanno Schlichting2013-01-021-1/+0
* More robust session expiration.Ben Bangert2012-09-271-5/+14
* make `KazooTestCase.tearDown` work even if `setUp` wasn't calledHanno Schlichting2012-09-221-1/+1
* Do better client handling with read-only.Ben Bangert2012-09-211-2/+4
* Remove possible lock-up risk.Ben Bangert2012-09-101-1/+1
* Add some read-only tests.Ben Bangert2012-09-072-3/+1
* move code out of `testing.__init__`Hanno Schlichting2012-09-042-140/+145
* Remove zookeeper C leftovers.Ben Bangert2012-08-311-151/+0
* Fetch a value for a slightly faster session expiration.Ben Bangert2012-08-291-0/+1
* Don't do full listener state transitions when going from closed -> connecting.Ben Bangert2012-08-291-1/+1
* Wait longer for session expiration, it'll happen….Ben Bangert2012-08-291-3/+3
* Import objects from the right place for tests.Ben Bangert2012-08-291-3/+4
* Remove debugging code, lower timeouts.Ben Bangert2012-08-231-2/+2
* Remove sys.exit that should've been in rollback.Ben Bangert2012-08-211-1/+0
* Back out sub process spawning which doesn't solve the C binding issue.Ben Bangert2012-08-211-34/+5
* Try and locate proper pythonBen Bangert2012-08-211-1/+6
* Use appropriate python for CI.Ben Bangert2012-08-211-7/+14
* Spin up session killer in a separate process.Ben Bangert2012-08-211-5/+24
* Remove zookeeper server ordering here.Ben Bangert2012-08-211-1/+0
* Use new return system to de-register.Ben Bangert2012-08-211-2/+1
* Ensure deterministic order once.Ben Bangert2012-08-211-0/+3
* Make expire_session a blocking call that doesn't return until it sees a sessi...Ben Bangert2012-08-211-0/+13
* Avoid unnecessary repeat connections.Ben Bangert2012-08-121-5/+9
* Rename connect/connect_async to start/start_async.Ben Bangert2012-08-021-3/+3
* spelling, Ben asked for it ;)Hanno Schlichting2012-07-311-5/+5
* Better docs on ZooError'sBen Bangert2012-07-301-0/+7