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
/
testing
/
harness.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(testing): add more logging during test suite
HEAD
master
Stephen Sorriaux
2023-04-24
1
-0
/
+3
*
fix(testing): cleanup ZK cluster between test cases
Stephen Sorriaux
2023-04-24
1
-2
/
+30
*
refactor: remove backport of 'atexit.unregister'
Alex Ungurianu
2022-11-16
1
-1
/
+1
*
style: reformat all code with black
Charles-Henri de Boysson
2022-10-17
1
-32
/
+37
*
chore(ci): testing with Python3.10 and ZK 3.5.10, 3.6.3, 3.7.1 (#659)
Stephen Sorriaux
2022-10-07
1
-2
/
+11
*
fix(recipe): fix deprecation warning from threading.Event
Steffen Neubauer
2021-12-02
1
-2
/
+2
*
fix(tests): Disable JAAS isInitiator for Server
Charles-Henri de Boysson
2020-02-23
1
-0
/
+1
*
feat(core): run SASL Kerberos tests as part of build
Charles-Henri de Boysson
2020-02-23
1
-45
/
+100
*
feat(tests): update Zookeeper 3.5.2-alpha to 3.5.4-beta
Stephen
2018-10-08
1
-5
/
+25
*
style: pep8 imports
jeffwidman-pep8-imports
Jeff Widman
2017-07-23
1
-3
/
+2
*
feat: pep8 all the things
feat/issue-445
Ben Bangert
2017-06-01
1
-4
/
+7
*
Allow having observers in the cluster via ZK_OBSERVER_START_ID
Raul Gutierrez S
2015-07-11
1
-1
/
+3
*
Allow setting ZooKeeperCluster's size via ZK_CLUSTER_SIZE
Raul Gutierrez S
2015-07-11
1
-0
/
+2
*
Merge pull request #322 from harlowja/better-cleanup
Ben Bangert
2015-05-28
1
-37
/
+20
|
\
|
*
Do cleanup in a more more robust manner
Joshua Harlow
2015-05-27
1
-37
/
+20
*
|
Use the compat layer for atexit functionality
Joshua Harlow
2015-05-27
1
-1
/
+3
|
/
*
Merge remote-tracking branch 'upstream/master' into pr-fix-partitioner
Dmitry Konishchev
2015-02-14
1
-1
/
+0
|
\
|
*
Fix a bunch of flake8 reported issues
Joshua Harlow
2015-02-13
1
-1
/
+0
*
|
Merge remote-tracking branch 'upstream/master' into pr-fix-partitioner
Dmitry Konishchev
2015-02-13
1
-8
/
+8
|
\
\
|
|
/
|
*
Add an eventlet based handler
Joshua Harlow
2015-02-12
1
-3
/
+3
*
|
Add KazooTestHarness.lose_connection() method
Dmitry Konishchev
2015-02-13
1
-32
/
+33
|
/
*
Make flake8 happy
Hanno Schlichting
2014-08-11
1
-2
/
+2
*
Removed unneeded import.
Jordon Mears
2014-03-31
1
-1
/
+0
*
Took the deprecated testing harness client defaults out of the _get_client me...
Jordon Mears
2014-03-31
1
-2
/
+1
*
Allow easier customization of the testing cluster port range, closes #133.
133-testing-cluster-ports
Hanno Schlichting
2014-03-14
1
-1
/
+7
*
document new `unittest.TestCase` base class for KazooTestHarness
Hanno Schlichting
2013-07-23
1
-1
/
+1
*
Work harder to ensure all clients that are created and started are actually f...
Ben Bangert
2013-07-19
1
-3
/
+14
*
Actually increase the tries.
Ben Bangert
2013-07-18
1
-0
/
+1
*
Handle issues where delete may fail.
Ben Bangert
2013-07-18
1
-1
/
+8
*
Occasionally a test would fail due to the teardown failing because the delete...
Ben Bangert
2013-07-18
1
-2
/
+2
*
Make it more obvious if assumptions are broken in the test harness.
Ben Bangert
2013-07-18
1
-0
/
+4
*
make sure the test harness propagates __init__
Mike Lundy
2013-05-14
1
-1
/
+2
*
Allow a forced override of ManagedZooKeeper's classpath
Mike Lundy
2013-04-30
1
-3
/
+5
*
Saner testing retries.
Ben Bangert
2013-04-28
1
-2
/
+2
*
Simplify session expiration so that we can easily fake it so the client handl...
Ben Bangert
2013-04-28
1
-11
/
+5
*
Fixes Issue #58.
Ben Bangert
2013-04-28
1
-0
/
+2
*
Close clients in testing harness
David LaBissoniere
2013-02-13
1
-0
/
+2
*
avoid catch-all, and let KeyboardInterrupt and friends through
Hanno Schlichting
2013-01-09
1
-1
/
+1
*
Deal with occasional glitches in session expiration timeouts.
Ben Bangert
2013-01-08
1
-2
/
+5
*
remove duplicated line
Hanno Schlichting
2013-01-02
1
-1
/
+0
*
More robust session expiration.
Ben Bangert
2012-09-27
1
-5
/
+14
*
make `KazooTestCase.tearDown` work even if `setUp` wasn't called
Hanno Schlichting
2012-09-22
1
-1
/
+1
*
Do better client handling with read-only.
Ben Bangert
2012-09-21
1
-2
/
+4
*
Remove possible lock-up risk.
Ben Bangert
2012-09-10
1
-1
/
+1
*
Add some read-only tests.
Ben Bangert
2012-09-07
1
-3
/
+0
*
move code out of `testing.__init__`
Hanno Schlichting
2012-09-04
1
-0
/
+142