summaryrefslogtreecommitdiff
path: root/kazoo/testing/harness.py
Commit message (Expand)AuthorAgeFilesLines
* feat(testing): add more logging during test suiteHEADmasterStephen Sorriaux2023-04-241-0/+3
* fix(testing): cleanup ZK cluster between test casesStephen Sorriaux2023-04-241-2/+30
* refactor: remove backport of 'atexit.unregister'Alex Ungurianu2022-11-161-1/+1
* style: reformat all code with blackCharles-Henri de Boysson2022-10-171-32/+37
* chore(ci): testing with Python3.10 and ZK 3.5.10, 3.6.3, 3.7.1 (#659)Stephen Sorriaux2022-10-071-2/+11
* fix(recipe): fix deprecation warning from threading.EventSteffen Neubauer2021-12-021-2/+2
* fix(tests): Disable JAAS isInitiator for ServerCharles-Henri de Boysson2020-02-231-0/+1
* feat(core): run SASL Kerberos tests as part of buildCharles-Henri de Boysson2020-02-231-45/+100
* feat(tests): update Zookeeper 3.5.2-alpha to 3.5.4-betaStephen2018-10-081-5/+25
* style: pep8 importsjeffwidman-pep8-importsJeff Widman2017-07-231-3/+2
* feat: pep8 all the thingsfeat/issue-445Ben Bangert2017-06-011-4/+7
* Allow having observers in the cluster via ZK_OBSERVER_START_IDRaul Gutierrez S2015-07-111-1/+3
* Allow setting ZooKeeperCluster's size via ZK_CLUSTER_SIZERaul Gutierrez S2015-07-111-0/+2
* Merge pull request #322 from harlowja/better-cleanupBen Bangert2015-05-281-37/+20
|\
| * Do cleanup in a more more robust mannerJoshua Harlow2015-05-271-37/+20
* | Use the compat layer for atexit functionalityJoshua Harlow2015-05-271-1/+3
|/
* Merge remote-tracking branch 'upstream/master' into pr-fix-partitionerDmitry Konishchev2015-02-141-1/+0
|\
| * Fix a bunch of flake8 reported issuesJoshua Harlow2015-02-131-1/+0
* | Merge remote-tracking branch 'upstream/master' into pr-fix-partitionerDmitry Konishchev2015-02-131-8/+8
|\ \ | |/
| * Add an eventlet based handlerJoshua Harlow2015-02-121-3/+3
* | Add KazooTestHarness.lose_connection() methodDmitry Konishchev2015-02-131-32/+33
|/
* Make flake8 happyHanno Schlichting2014-08-111-2/+2
* Removed unneeded import.Jordon Mears2014-03-311-1/+0
* Took the deprecated testing harness client defaults out of the _get_client me...Jordon Mears2014-03-311-2/+1
* Allow easier customization of the testing cluster port range, closes #133.133-testing-cluster-portsHanno Schlichting2014-03-141-1/+7
* document new `unittest.TestCase` base class for KazooTestHarnessHanno Schlichting2013-07-231-1/+1
* Work harder to ensure all clients that are created and started are actually f...Ben Bangert2013-07-191-3/+14
* Actually increase the tries.Ben Bangert2013-07-181-0/+1
* Handle issues where delete may fail.Ben Bangert2013-07-181-1/+8
* Occasionally a test would fail due to the teardown failing because the delete...Ben Bangert2013-07-181-2/+2
* Make it more obvious if assumptions are broken in the test harness.Ben Bangert2013-07-181-0/+4
* make sure the test harness propagates __init__Mike Lundy2013-05-141-1/+2
* Allow a forced override of ManagedZooKeeper's classpathMike Lundy2013-04-301-3/+5
* Saner testing retries.Ben Bangert2013-04-281-2/+2
* Simplify session expiration so that we can easily fake it so the client handl...Ben Bangert2013-04-281-11/+5
* Fixes Issue #58.Ben Bangert2013-04-281-0/+2
* Close clients in testing harnessDavid LaBissoniere2013-02-131-0/+2
* avoid catch-all, and let KeyboardInterrupt and friends throughHanno Schlichting2013-01-091-1/+1
* Deal with occasional glitches in session expiration timeouts.Ben Bangert2013-01-081-2/+5
* remove duplicated lineHanno Schlichting2013-01-021-1/+0
* More robust session expiration.Ben Bangert2012-09-271-5/+14
* make `KazooTestCase.tearDown` work even if `setUp` wasn't calledHanno Schlichting2012-09-221-1/+1
* Do better client handling with read-only.Ben Bangert2012-09-211-2/+4
* Remove possible lock-up risk.Ben Bangert2012-09-101-1/+1
* Add some read-only tests.Ben Bangert2012-09-071-3/+0
* move code out of `testing.__init__`Hanno Schlichting2012-09-041-0/+142