| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style: reformat all code with black | Charles-Henri de Boysson | 2022-10-17 | 1 | -1/+4 |
| | | |||||
| * | style: pep8 importsjeffwidman-pep8-imports | Jeff Widman | 2017-07-23 | 1 | -2/+1 |
| | | | | | | Also incorporates some recommendations from pep-257 on docstring conventions. | ||||
| * | move code out of `testing.__init__` | Hanno Schlichting | 2012-09-04 | 1 | -140/+3 |
| | | |||||
| * | 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 |
| | | | | | | Fix other test to previous seen behavior. Lower session timeout for faster tests. | ||||
| * | 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 |
| | | | | | Increase wait time so tests don't lock forever and instead throw an error properly. | ||||
| * | Make expire_session a blocking call that doesn't return until it sees a ↵ | Ben Bangert | 2012-08-21 | 1 | -0/+13 |
| | | | | | session loss. | ||||
| * | 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 |
| | | | | | | Update docs for renaming. Retain old connect/connect_async aliases for now. | ||||
| * | 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 |
| | | |||||
| * | Fix testing issue with assigning to a tuple. | Ben Bangert | 2012-07-25 | 1 | -0/+7 |
| | | |||||
| * | Setup testing cluster on first use, not import | David LaBissoniere | 2012-07-19 | 1 | -9/+13 |
| | | |||||
| * | Consolidate testing code in kazoo.testing | David LaBissoniere | 2012-07-19 | 1 | -0/+254 |
