summaryrefslogtreecommitdiff
path: root/kazoo/testing
Commit message (Expand)AuthorAgeFilesLines
* feat(testing): add more logging during test suiteHEADmasterStephen Sorriaux2023-04-242-3/+7
* 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
* chore: bump pyflake, fix new warningsCharles-Henri de Boysson2022-10-171-1/+2
* style: reformat all code with blackCharles-Henri de Boysson2022-10-173-127/+173
* chore(ci): testing with Python3.10 and ZK 3.5.10, 3.6.3, 3.7.1 (#659)Stephen Sorriaux2022-10-072-2/+31
* fix(recipe): fix deprecation warning from threading.EventSteffen Neubauer2021-12-021-2/+2
* fix(tests): Disable JAAS isInitiator for ServerCharles-Henri de Boysson2020-02-232-4/+5
* feat(core): run SASL Kerberos tests as part of buildCharles-Henri de Boysson2020-02-232-60/+113
* fix(tests): specify -Dfile.encoding=UTF-8 when starting the ZK JVMDamien Diederen2020-02-101-0/+6
* feat(CI): Keep only Python 3.{6,7} to CI and bump ZK versions to latests (#574)Stephen SORRIAUX2019-10-091-1/+1
* feat(tests): update Zookeeper 3.5.2-alpha to 3.5.4-betaStephen2018-10-082-10/+41
* feat(core): add SASL DIGEST-MD5 supportStephen2018-10-061-0/+13
* style: pep8 importsjeffwidman-pep8-importsJeff Widman2017-07-233-9/+6
* feat: pep8 all the thingsfeat/issue-445Ben Bangert2017-06-012-5/+9
* Merge pull request #348 from rgs1/allow-override-cluster-size-plus-observersBen Bangert2017-05-312-6/+16
|\
| * Allow having observers in the cluster via ZK_OBSERVER_START_IDRaul Gutierrez S2015-07-112-7/+15
| * Allow setting ZooKeeperCluster's size via ZK_CLUSTER_SIZERaul Gutierrez S2015-07-111-0/+2
* | Remove redundant shutil importPawel Rozlach2016-01-201-1/+0
|/
* ignore error when removing directoryTevin Zhang2015-06-171-2/+2
* Merge pull request #322 from harlowja/better-cleanupBen Bangert2015-05-282-53/+49
|\
| * Do cleanup in a more more robust mannerJoshua Harlow2015-05-272-53/+49
* | 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
* | OS X fixes for unit testsDmitry Konishchev2015-02-131-1/+7
|/
* Make flake8 happyHanno Schlichting2014-08-112-6/+8
* Start running tests against Zookeeper 3.5.0 alpha.Hanno Schlichting2014-08-091-3/+7
* 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
* testing: Limit the backends we use for SLF4JJyrki Pulliainen2013-08-281-1/+4
* 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
* document and simplify change, closes #98Hanno Schlichting2013-07-171-4/+2
* testing: allow kazoo to properly start zookeeper on Debian/UbuntuVincent Bernat2013-07-171-0/+9
* small code/docs cleanupsHanno Schlichting2013-06-081-14/+8
* SIGUSR1 is not available on Windowsmrtheb2013-06-061-1/+2
* Fixed KazooTestHarness on Windowsmrtheb2013-06-061-7/+18
|\
| * Added path modifiers for java to pick up on Windowsmrtheb2013-06-051-7/+18
* | make sure the test harness propagates __init__Mike Lundy2013-05-141-1/+2
* | Allow a forced override of ManagedZooKeeper's classpathMike Lundy2013-04-302-6/+13
* | Saner testing retries.Ben Bangert2013-04-281-2/+2