summaryrefslogtreecommitdiff
path: root/kazoo/tests/test_connection.py
Commit message (Expand)AuthorAgeFilesLines
* fix(tests): `test_read_only` is not flaky anymore.Stephen Sorriaux2023-04-241-0/+405
* chore(ci): testing with Python3.10 and ZK 3.5.10, 3.6.3, 3.7.1 (#659)Stephen Sorriaux2022-10-071-379/+0
* chore(ci): Replace Travis with Github Actionsfeat/github-actionsStephen Sorriaux2021-08-051-3/+3
* feat(test): Move to pytestCharles-Henri de Boysson2020-04-141-36/+38
* Fix the client.add_auth hangs by xids mismatch.Jiangge Zhang2016-07-291-1/+72
* Fix a bunch of flake8 reported issuesJoshua Harlow2015-02-131-5/+2
* Removed all references to pipes and turned into sockets to enable Windows sup...Ewan Kirk2014-09-021-55/+31
* Windows compatability fixEwan Kirk2014-08-171-21/+34
* Make flake8 happyHanno Schlichting2014-08-111-1/+2
* Optimize test skipping for ZK 3.4 only tests on travis.Hanno Schlichting2014-06-061-3/+13
* Work harder to ensure all clients that are created and started are actually f...Ben Bangert2013-07-191-3/+5
* Avoid thread-leaks which can obscure debug output if a test fails by ensuring...Ben Bangert2013-07-181-0/+1
* order importsHanno Schlichting2013-06-081-2/+2
* Add test for issue #94David LaBissoniere2013-06-061-0/+15
* Handle non-deserializable connect responseDavid LaBissoniere2013-06-041-1/+52
* Add connection dropped testing hook for faster drop testing.Ben Bangert2013-04-281-19/+8
* Add client close() method to release pipe FDsDavid LaBissoniere2013-02-131-4/+16
* Fix test for python3David LaBissoniere2013-02-121-2/+2
* Fix leak of os.pipe() file descriptorsDavid LaBissoniere2013-02-121-0/+41
* avoid interfering with the select call inside the connection_loopHanno Schlichting2013-01-081-2/+1
* Restore the old way of cluster restarting.Ben Bangert2013-01-051-17/+18
* Kill the ZK server in a way thats more agreeable with PyPy.Ben Bangert2013-01-051-18/+17
* Python 3 is not so much a fan of writing a str to a pipe buffer.Ben Bangert2013-01-051-1/+1
* Skip read timeout test right now, as it replaces select all over, which no lo...Ben Bangert2013-01-051-0/+1
* The big refactor of the connection handler to use a single ZK thread.Ben Bangert2013-01-041-1/+2
* finally enable test for _read and closes issue #37Hanno Schlichting2013-01-031-2/+1
* Issue #37: added test for socket timeouts in _readHanno Schlichting2013-01-031-0/+32
* Issue #37 / #40: Handle socket timeouts during socket writes.Hanno Schlichting2013-01-031-1/+31
* Isolate connection dropped test a bit more from the restHanno Schlichting2013-01-021-2/+11
* prevent ZK cluster nodes from being started twiceHanno Schlichting2013-01-021-2/+0
* clean up extra client at the end of the testHanno Schlichting2013-01-021-0/+1
* Fix issue #39 / #41 - Handle connection dropped errors during session writes.Hanno Schlichting2013-01-021-5/+18
* add test for connection drops during ongoing socket writesHanno Schlichting2013-01-021-0/+15
* Do better client handling with read-only.Ben Bangert2012-09-211-5/+5
* deal with some minor syntax differences in Py2/3Hanno Schlichting2012-09-191-1/+1
* Add some read-only tests.Ben Bangert2012-09-071-0/+47
* Ensure state transitions occur when they should, and test them.Ben Bangert2012-09-061-1/+1
* More connection handling tests.Ben Bangert2012-09-041-0/+53