| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow easier customization of the testing cluster port range, closes #133.133-testing-cluster-ports | Hanno Schlichting | 2014-03-14 | 1 | -1/+7 |
| * | testing: Limit the backends we use for SLF4J | Jyrki Pulliainen | 2013-08-28 | 1 | -1/+4 |
| * | document new `unittest.TestCase` base class for KazooTestHarness | Hanno Schlichting | 2013-07-23 | 1 | -1/+1 |
| * | Work harder to ensure all clients that are created and started are actually f... | Ben Bangert | 2013-07-19 | 1 | -3/+14 |
| * | Actually increase the tries. | Ben Bangert | 2013-07-18 | 1 | -0/+1 |
| * | Handle issues where delete may fail. | Ben Bangert | 2013-07-18 | 1 | -1/+8 |
| * | Occasionally a test would fail due to the teardown failing because the delete... | Ben Bangert | 2013-07-18 | 1 | -2/+2 |
| * | Make it more obvious if assumptions are broken in the test harness. | Ben Bangert | 2013-07-18 | 1 | -0/+4 |
| * | document and simplify change, closes #98 | Hanno Schlichting | 2013-07-17 | 1 | -4/+2 |
| * | testing: allow kazoo to properly start zookeeper on Debian/Ubuntu | Vincent Bernat | 2013-07-17 | 1 | -0/+9 |
| * | small code/docs cleanups | Hanno Schlichting | 2013-06-08 | 1 | -14/+8 |
| * | SIGUSR1 is not available on Windows | mrtheb | 2013-06-06 | 1 | -1/+2 |
| * | Fixed KazooTestHarness on Windows | mrtheb | 2013-06-06 | 1 | -7/+18 |
| |\ |
|
| | * | Added path modifiers for java to pick up on Windows | mrtheb | 2013-06-05 | 1 | -7/+18 |
| * | | make sure the test harness propagates __init__ | Mike Lundy | 2013-05-14 | 1 | -1/+2 |
| * | | Allow a forced override of ManagedZooKeeper's classpath | Mike Lundy | 2013-04-30 | 2 | -6/+13 |
| * | | Saner testing retries. | Ben Bangert | 2013-04-28 | 1 | -2/+2 |
| * | | Simplify session expiration so that we can easily fake it so the client handl... | Ben Bangert | 2013-04-28 | 1 | -11/+5 |
| * | | Fixes Issue #58. | Ben Bangert | 2013-04-28 | 2 | -0/+22 |
| * | | choose ports 0, 10, 20, 30... and not 0, 10, 30, 60, ... | Hanno Schlichting | 2013-03-06 | 1 | -1/+1 |
| * | | Close clients in testing harness | David LaBissoniere | 2013-02-13 | 1 | -0/+2 |
| * | | avoid catch-all, and let KeyboardInterrupt and friends through | Hanno Schlichting | 2013-01-09 | 1 | -1/+1 |
| * | | Deal with occasional glitches in session expiration timeouts. | Ben Bangert | 2013-01-08 | 1 | -2/+5 |
| |/ |
|
| * | prevent ZK cluster nodes from being started twice | Hanno Schlichting | 2013-01-02 | 1 | -1/+3 |
| * | remove duplicated line | Hanno Schlichting | 2013-01-02 | 1 | -1/+0 |
| * | More robust session expiration. | Ben Bangert | 2012-09-27 | 1 | -5/+14 |
| * | make `KazooTestCase.tearDown` work even if `setUp` wasn't called | Hanno Schlichting | 2012-09-22 | 1 | -1/+1 |
| * | Do better client handling with read-only. | Ben Bangert | 2012-09-21 | 1 | -2/+4 |
| * | Remove possible lock-up risk. | Ben Bangert | 2012-09-10 | 1 | -1/+1 |
| * | Add some read-only tests. | Ben Bangert | 2012-09-07 | 2 | -3/+1 |
| * | move code out of `testing.__init__` | Hanno Schlichting | 2012-09-04 | 2 | -140/+145 |
| * | Remove zookeeper C leftovers. | Ben Bangert | 2012-08-31 | 1 | -151/+0 |
| * | Fetch a value for a slightly faster session expiration. | Ben Bangert | 2012-08-29 | 1 | -0/+1 |
| * | Don't do full listener state transitions when going from closed -> connecting. | Ben Bangert | 2012-08-29 | 1 | -1/+1 |
| * | Wait longer for session expiration, it'll happen…. | Ben Bangert | 2012-08-29 | 1 | -3/+3 |
| * | Import objects from the right place for tests. | Ben Bangert | 2012-08-29 | 1 | -3/+4 |
| * | Remove debugging code, lower timeouts. | Ben Bangert | 2012-08-23 | 1 | -2/+2 |
| * | Remove sys.exit that should've been in rollback. | Ben Bangert | 2012-08-21 | 1 | -1/+0 |
| * | Back out sub process spawning which doesn't solve the C binding issue. | Ben Bangert | 2012-08-21 | 1 | -34/+5 |
| * | Try and locate proper python | Ben Bangert | 2012-08-21 | 1 | -1/+6 |
| * | Use appropriate python for CI. | Ben Bangert | 2012-08-21 | 1 | -7/+14 |
| * | Spin up session killer in a separate process. | Ben Bangert | 2012-08-21 | 1 | -5/+24 |
| * | Remove zookeeper server ordering here. | Ben Bangert | 2012-08-21 | 1 | -1/+0 |
| * | Use new return system to de-register. | Ben Bangert | 2012-08-21 | 1 | -2/+1 |
| * | Ensure deterministic order once. | Ben Bangert | 2012-08-21 | 1 | -0/+3 |
| * | Make expire_session a blocking call that doesn't return until it sees a sessi... | Ben Bangert | 2012-08-21 | 1 | -0/+13 |
| * | Avoid unnecessary repeat connections. | Ben Bangert | 2012-08-12 | 1 | -5/+9 |
| * | Rename connect/connect_async to start/start_async. | Ben Bangert | 2012-08-02 | 1 | -3/+3 |
| * | spelling, Ben asked for it ;) | Hanno Schlichting | 2012-07-31 | 1 | -5/+5 |
| * | Better docs on ZooError's | Ben Bangert | 2012-07-30 | 1 | -0/+7 |