summaryrefslogtreecommitdiff
path: root/kazoo/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Implement and test the TreeCache recipe.Jiangge Zhang2016-06-231-0/+266
| |/
* | Merge pull request #397 from paperlessreceipts/counter-pre-post-valuesBen Bangert2017-05-311-0/+12
|\ \
| * | Counter: expose the previous and changed values.Lukasz Kawczynski2016-06-101-0/+12
| |/
* | 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 #365 from radix/construct-exceptions-with-saner-argumentsBen Bangert2017-05-311-0/+6
|\ \
| * | add test for new exception construction behaviorChristopher Armstrong2015-11-131-0/+6
| |/
* | Merge pull request #419 from jeblair/shared-locksBen Bangert2017-05-311-0/+44
|\ \
| * | Convert read/write locks into classesJames E. Blair2017-03-101-0/+44
* | | Merge pull request #305 from rgs1/support-setwatchesBen Bangert2017-05-311-0/+36
|\ \ \
| * | | Support SetWatches and watch restorationRaul Gutierrez S2015-04-061-0/+36
* | | | Merge pull request #302 from bartekrutkowski/masterBen Bangert2017-05-311-0/+13
|\ \ \ \ | |_|/ / |/| | |