summaryrefslogtreecommitdiff
path: root/kazoo/tests
Commit message (Expand)AuthorAgeFilesLines
* feat(testing): add more logging during test suiteHEADmasterStephen Sorriaux2023-04-241-1/+3
* fix(tests): `test_read_only` is not flaky anymore.Stephen Sorriaux2023-04-241-4/+17
* 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-057-37/+35
* test: Don't throw when test fail while cluster is downAlex Ungurianu2022-11-161-4/+5
* chore: bump pyflake, fix new warningsCharles-Henri de Boysson2022-10-175-14/+13
* style: reformat all code with blackCharles-Henri de Boysson2022-10-1725-648/+805
* chore(ci): testing with Python3.10 and ZK 3.5.10, 3.6.3, 3.7.1 (#659)Stephen Sorriaux2022-10-073-3/+33
* chore: migrate to setup.cfg (#666)Charles-Henri de Boysson2022-09-301-9/+3
* fix(recipe): fix deadlock in r/w lock recipe (#650)Simon Westphahl2022-02-071-0/+58
* fix(core): use selectors to poll connections instead of raw select in threadi...Wang2022-02-024-8/+138
* fix(recipe): fix deprecation warning from threading.EventSteffen Neubauer2021-12-021-4/+4
* chore(ci): Replace Travis with Github Actionsfeat/github-actionsStephen Sorriaux2021-08-056-30/+30
* feat(core): Use strict regex to identify lock contenders.Charles-Henri de Boysson2020-04-241-11/+10
* feat(core): Support additionaal lock contenter patternsCharles-Henri de Boysson2020-04-241-39/+69
* [lock] interoperate with go clientPablo Mazzini2020-04-241-0/+16
* fix(core): sync() return should be unchrootedCharles-Henri de Boysson2020-04-151-7/+10
* feat(test): Move to pytestCharles-Henri de Boysson2020-04-1424-1003/+1104
* fix(core): allow requests to be queued in CONNECTING state (#374) (#588)Damien Diederen2020-03-091-4/+102
* fix(tests): Disable JAAS isInitiator for ServerCharles-Henri de Boysson2020-02-231-42/+42
* feat(core): run SASL Kerberos tests as part of buildCharles-Henri de Boysson2020-02-232-104/+190
* 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(recipe): add support for curator SharedCount recipe (#559)BrianEaton12019-05-071-0/+18
* 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
* fix(recipe): No more memory leak when ChildrenWatch was stopped (#543)kulallwang2018-12-061-0/+34
* fix(recipe): No more memory leak once TreeCache was closed (#524)Jiangge Zhang2018-11-211-3/+122
* fix(core): ensure timeout argument is positive (#534)Chris Donati2018-11-091-0/+78
* 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): Correctly fire multiple callbacksPatrick White2018-03-261-0/+16
* feat(recipe): allow non ephemeral lockingRaghu Udiyar2018-03-231-0/+13
* fix(recipe): Unexpected exceptions break TreeCacheJiangge Zhang2018-03-231-0/+19
* fix(core): resolve race in IAsyncResult.wait() (#487)Jim Hanko2017-11-091-0/+27
* fix: Remove use of "async" as a variableTravis Gockel2017-08-242-58/+58
* Remove unused GEVENT_VERSION env variable.462-virtualenv-continuedHanno Schlichting2017-07-241-9/+0
* feat(recipe): Add TreeCache recipeJiangge Zhang2017-06-131-0/+278
* fix(core): revert PR #305 SetWatches which caused RuntimeErrorfeat/revert-pr-305Ben Bangert2017-06-121-37/+0
* feat(core): allow multiple endpoints in KazooClient hosts argEdward Ribeiro2017-06-111-0/+52
* feat(core): use epoll when available to support fds > 1023Patrick White2017-06-041-0/+25
* feat: pep8 all the thingsfeat/issue-445Ben Bangert2017-06-015-38/+78
* Revert "New recipe proposal: TreeCache"Ben Bangert2017-05-311-278/+0
* Merge pull request #400 from tonyseek/hotfix/xid-mismatchBen Bangert2017-05-311-1/+72
|\
| * Fix the client.add_auth hangs by xids mismatch.Jiangge Zhang2016-07-291-1/+72
* | Merge pull request #398 from tonyseek/feature/treecache-recipeBen Bangert2017-05-311-0/+278
|\ \
| * | Fix the infinite refresh after root node deletedqifei.wan2017-04-241-0/+4
| * | Closed tree cache could not be started againJiangge Zhang2017-04-171-1/+8
| * | Rename "was_xxx" to "on_xxx" in TreeCacheJiangge Zhang2017-02-251-2/+2
| * | Use KazooException instead of RuntimeError in TreeCacheJiangge Zhang2017-02-251-1/+2