index
:
delta/python-packages/kazoo.git
133-testing-cluster-ports
462-virtualenv-continued
add-license-to-wheel
c-lib-legacy
correct-supported-versions-in-readme
enable-dependabot-for-github-actions
feat/add-github-templates
feat/github-actions
feat/issue-445
feat/python-3.11
feat/python-37
feat/python-38-tests
feat/revert-pr-305
feat/windows-testing
feature/single-zk-thread-refactor
fix-gevent-requirement
fix/github-action-trigger
jeffwidman-drop-old-gevent
jeffwidman-finish-removing-old-pythons
jeffwidman-fix-contributing-docs
jeffwidman-pep8-imports
jeffwidman-remove-easy-install
master
pure-python
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/2.9
remove-broken-downloads-badge
github.com: python-zk/kazoo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kazoo
/
tests
/
test_client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix possible endless wait in stop() after AUTH_FAILED error (#688)
Azat Khuzhin
2023-02-07
1
-0
/
+2
*
refactor: no need to specify `mock` (#702)
Jeff Widman
2023-02-05
1
-5
/
+4
*
chore: bump pyflake, fix new warnings
Charles-Henri de Boysson
2022-10-17
1
-1
/
+1
*
style: reformat all code with black
Charles-Henri de Boysson
2022-10-17
1
-179
/
+190
*
chore(ci): Replace Travis with Github Actions
feat/github-actions
Stephen Sorriaux
2021-08-05
1
-9
/
+9
*
fix(core): sync() return should be unchrooted
Charles-Henri de Boysson
2020-04-15
1
-7
/
+10
*
feat(test): Move to pytest
Charles-Henri de Boysson
2020-04-14
1
-295
/
+363
*
fix(core): allow requests to be queued in CONNECTING state (#374) (#588)
Damien Diederen
2020-03-09
1
-4
/
+102
*
feat(core): run SASL Kerberos tests as part of build
Charles-Henri de Boysson
2020-02-23
1
-104
/
+4
*
feat(core): Add create2 support
Charles-Henri de Boysson
2020-02-18
1
-1
/
+14
*
feat(CI): Keep only Python 3.{6,7} to CI and bump ZK versions to latests (#574)
Stephen SORRIAUX
2019-10-09
1
-2
/
+8
*
feat(core): improve SASL interface (#546)
Charles-Henri de Boysson
2019-02-12
1
-2
/
+64
*
fix(handlers): make AsyncResult call all registered callbacks instantly if th...
laura-surcel
2019-01-15
1
-1
/
+23
*
feat(tests): update Zookeeper 3.5.2-alpha to 3.5.4-beta
Stephen
2018-10-08
1
-6
/
+19
*
feat(core): add SASL DIGEST-MD5 support
Stephen
2018-10-06
1
-0
/
+38
*
fix(core): revert PR #305 SetWatches which caused RuntimeError
feat/revert-pr-305
Ben Bangert
2017-06-12
1
-37
/
+0
*
feat: pep8 all the things
feat/issue-445
Ben Bangert
2017-06-01
1
-1
/
+1
*
Merge pull request #391 from michielbaird/watcher_changes
Ben Bangert
2017-05-31
1
-0
/
+16
|
\
|
*
Added test add fixed a regression
Michiel Johan Baird
2016-04-20
1
-0
/
+16
*
|
Merge pull request #305 from rgs1/support-setwatches
Ben Bangert
2017-05-31
1
-0
/
+36
|
\
\
|
|
/
|
/
|
|
*
Support SetWatches and watch restoration
Raul Gutierrez S
2015-04-06
1
-0
/
+36
*
|
Add support for reconfig cluster membership operation (issue #234)
Raul Gutierrez S
2015-06-02
1
-0
/
+55
*
|
Merge pull request #280 from harlowja/retry-server-version
Ben Bangert
2015-04-17
1
-0
/
+27
|
\
\
|
*
|
Add server_version retry tests
Joshua Harlow
2015-03-18
1
-0
/
+27
|
|
/
*
|
Don't crash when the hosts strings is bogus
Raul Gutierrez S
2015-04-02
1
-0
/
+5
|
/
*
Add an eventlet based handler
Joshua Harlow
2015-02-12
1
-10
/
+26
*
Removed all references to pipes and turned into sockets to enable Windows sup...
Ewan Kirk
2014-09-02
1
-8
/
+8
*
Windows compatability fix
Ewan Kirk
2014-08-17
1
-3
/
+3
*
Make flake8 happy
Hanno Schlichting
2014-08-11
1
-18
/
+21
*
Separate authentication related tests from the rest.
Hanno Schlichting
2014-06-06
1
-36
/
+50
*
Optimize test skipping for ZK 3.4 only tests on travis.
Hanno Schlichting
2014-06-06
1
-4
/
+17
*
Use shutdown() instead of close() to simulate disconnects
Raul Gutierrez S
2014-04-23
1
-1
/
+2
*
Auth data provided via add_auth() should be saved. Issue #172.
Raul Gutierrez S
2014-04-22
1
-0
/
+7
*
Make a new retry helper for every retry command to avoid sharing an attempt c...
Ben Bangert
2014-03-10
1
-2
/
+2
*
Fix py3 compatibility issues in tests.
Ben Bangert
2014-03-10
1
-6
/
+6
*
connection: Set closed state when zk_loop stops
Jyrki Pulliainen
2014-03-04
1
-4
/
+28
*
Merge pull request #164 from rgs1/make-acl-param-consistent-between-create-an...
Ben Bangert
2014-03-03
1
-0
/
+7
|
\
|
*
Empty list acl param should be consistent between public methods
Raul Gutierrez S
2014-01-18
1
-0
/
+7
*
|
Don't treat null (or None) data as ""
Raul Gutierrez S
2014-01-24
1
-0
/
+26
|
/
*
Merge pull request #139 from nailor/fix-create-closed-client
Ben Bangert
2014-01-08
1
-0
/
+24
|
\
|
*
create: Make detecting _call short circuit more deterministic
Jyrki Pulliainen
2013-12-09
1
-1
/
+17
|
*
client: Raise exception when calling create on closed client
Jyrki Pulliainen
2013-10-24
1
-0
/
+8
*
|
Merge pull request #152 from rgs1/add-auth-async-consistency
Ben Bangert
2014-01-08
1
-0
/
+16
|
\
\
|
*
|
Return an async_result from add_auth_async
Raul Gutierrez S
2014-01-03
1
-0
/
+16
|
|
/
*
|
Added support for passing dictionaries to KazooClient.__init__() in place of
Ryan Uber
2013-12-30
1
-0
/
+8
|
/
*
add set_hosts to client
Mark Gius
2013-09-27
1
-0
/
+23
*
Merge pull request #107 from wickman/wickman/create_async_unchroot
Ben Bangert
2013-07-24
1
-0
/
+5
|
\
|
*
create_async should do the unchrooting, not create
Brian Wickman
2013-07-24
1
-0
/
+5
*
|
remove skipped and broken client restart/reset tests
Hanno Schlichting
2013-07-24
1
-45
/
+0
*
|
nuke test_bad_safeclose, which was of dubious value
Hanno Schlichting
2013-07-23
1
-8
/
+0
[next]