summaryrefslogtreecommitdiff
path: root/kazoo/tests/test_client.py
Commit message (Expand)AuthorAgeFilesLines
* Fix possible endless wait in stop() after AUTH_FAILED error (#688)Azat Khuzhin2023-02-071-0/+2
* refactor: no need to specify `mock` (#702)Jeff Widman2023-02-051-5/+4
* chore: bump pyflake, fix new warningsCharles-Henri de Boysson2022-10-171-1/+1
* style: reformat all code with blackCharles-Henri de Boysson2022-10-171-179/+190
* chore(ci): Replace Travis with Github Actionsfeat/github-actionsStephen Sorriaux2021-08-051-9/+9
* fix(core): sync() return should be unchrootedCharles-Henri de Boysson2020-04-151-7/+10
* feat(test): Move to pytestCharles-Henri de Boysson2020-04-141-295/+363
* fix(core): allow requests to be queued in CONNECTING state (#374) (#588)Damien Diederen2020-03-091-4/+102
* feat(core): run SASL Kerberos tests as part of buildCharles-Henri de Boysson2020-02-231-104/+4
* feat(core): Add create2 supportCharles-Henri de Boysson2020-02-181-1/+14
* feat(CI): Keep only Python 3.{6,7} to CI and bump ZK versions to latests (#574)Stephen SORRIAUX2019-10-091-2/+8
* feat(core): improve SASL interface (#546)Charles-Henri de Boysson2019-02-121-2/+64
* fix(handlers): make AsyncResult call all registered callbacks instantly if th...laura-surcel2019-01-151-1/+23
* feat(tests): update Zookeeper 3.5.2-alpha to 3.5.4-betaStephen2018-10-081-6/+19
* feat(core): add SASL DIGEST-MD5 supportStephen2018-10-061-0/+38
* fix(core): revert PR #305 SetWatches which caused RuntimeErrorfeat/revert-pr-305Ben Bangert2017-06-121-37/+0
* feat: pep8 all the thingsfeat/issue-445Ben Bangert2017-06-011-1/+1
* Merge pull request #391 from michielbaird/watcher_changesBen Bangert2017-05-311-0/+16
|\
| * Added test add fixed a regressionMichiel Johan Baird2016-04-201-0/+16
* | Merge pull request #305 from rgs1/support-setwatchesBen Bangert2017-05-311-0/+36
|\ \ | |/ |/|
| * Support SetWatches and watch restorationRaul Gutierrez S2015-04-061-0/+36
* | Add support for reconfig cluster membership operation (issue #234)Raul Gutierrez S2015-06-021-0/+55
* | Merge pull request #280 from harlowja/retry-server-versionBen Bangert2015-04-171-0/+27
|\ \
| * | Add server_version retry testsJoshua Harlow2015-03-181-0/+27
| |/
* | Don't crash when the hosts strings is bogusRaul Gutierrez S2015-04-021-0/+5
|/
* Add an eventlet based handlerJoshua Harlow2015-02-121-10/+26
* Removed all references to pipes and turned into sockets to enable Windows sup...Ewan Kirk2014-09-021-8/+8
* Windows compatability fixEwan Kirk2014-08-171-3/+3
* Make flake8 happyHanno Schlichting2014-08-111-18/+21
* Separate authentication related tests from the rest.Hanno Schlichting2014-06-061-36/+50
* Optimize test skipping for ZK 3.4 only tests on travis.Hanno Schlichting2014-06-061-4/+17
* Use shutdown() instead of close() to simulate disconnectsRaul Gutierrez S2014-04-231-1/+2
* Auth data provided via add_auth() should be saved. Issue #172.Raul Gutierrez S2014-04-221-0/+7
* Make a new retry helper for every retry command to avoid sharing an attempt c...Ben Bangert2014-03-101-2/+2
* Fix py3 compatibility issues in tests.Ben Bangert2014-03-101-6/+6
* connection: Set closed state when zk_loop stopsJyrki Pulliainen2014-03-041-4/+28
* Merge pull request #164 from rgs1/make-acl-param-consistent-between-create-an...Ben Bangert2014-03-031-0/+7
|\
| * Empty list acl param should be consistent between public methodsRaul Gutierrez S2014-01-181-0/+7
* | Don't treat null (or None) data as ""Raul Gutierrez S2014-01-241-0/+26
|/
* Merge pull request #139 from nailor/fix-create-closed-clientBen Bangert2014-01-081-0/+24
|\
| * create: Make detecting _call short circuit more deterministicJyrki Pulliainen2013-12-091-1/+17
| * client: Raise exception when calling create on closed clientJyrki Pulliainen2013-10-241-0/+8
* | Merge pull request #152 from rgs1/add-auth-async-consistencyBen Bangert2014-01-081-0/+16
|\ \
| * | Return an async_result from add_auth_asyncRaul Gutierrez S2014-01-031-0/+16
| |/
* | Added support for passing dictionaries to KazooClient.__init__() in place ofRyan Uber2013-12-301-0/+8
|/
* add set_hosts to clientMark Gius2013-09-271-0/+23
* Merge pull request #107 from wickman/wickman/create_async_unchrootBen Bangert2013-07-241-0/+5
|\
| * create_async should do the unchrooting, not createBrian Wickman2013-07-241-0/+5
* | remove skipped and broken client restart/reset testsHanno Schlichting2013-07-241-45/+0
* | nuke test_bad_safeclose, which was of dubious valueHanno Schlichting2013-07-231-8/+0