summaryrefslogtreecommitdiff
path: root/kazoo/testing/common.py
Commit message (Expand)AuthorAgeFilesLines
* feat(testing): add more logging during test suiteHEADmasterStephen Sorriaux2023-04-241-3/+4
* chore: bump pyflake, fix new warningsCharles-Henri de Boysson2022-10-171-1/+2
* style: reformat all code with blackCharles-Henri de Boysson2022-10-171-94/+132
* chore(ci): testing with Python3.10 and ZK 3.5.10, 3.6.3, 3.7.1 (#659)Stephen Sorriaux2022-10-071-0/+20
* fix(tests): Disable JAAS isInitiator for ServerCharles-Henri de Boysson2020-02-231-4/+4
* feat(core): run SASL Kerberos tests as part of buildCharles-Henri de Boysson2020-02-231-15/+13
* 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-081-5/+16
* feat(core): add SASL DIGEST-MD5 supportStephen2018-10-061-0/+13
* style: pep8 importsjeffwidman-pep8-importsJeff Widman2017-07-231-4/+3
* feat: pep8 all the thingsfeat/issue-445Ben Bangert2017-06-011-1/+2
* Merge pull request #348 from rgs1/allow-override-cluster-size-plus-observersBen Bangert2017-05-311-6/+12
|\
| * Allow having observers in the cluster via ZK_OBSERVER_START_IDRaul Gutierrez S2015-07-111-6/+12
* | Remove redundant shutil importPawel Rozlach2016-01-201-1/+0
|/
* ignore error when removing directoryTevin Zhang2015-06-171-2/+2
* Do cleanup in a more more robust mannerJoshua Harlow2015-05-271-16/+29
* OS X fixes for unit testsDmitry Konishchev2015-02-131-1/+7
* Make flake8 happyHanno Schlichting2014-08-111-4/+6
* Start running tests against Zookeeper 3.5.0 alpha.Hanno Schlichting2014-08-091-3/+7
* testing: Limit the backends we use for SLF4JJyrki Pulliainen2013-08-281-1/+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
* | Allow a forced override of ManagedZooKeeper's classpathMike Lundy2013-04-301-3/+8
* | Fixes Issue #58.Ben Bangert2013-04-281-0/+20
* | choose ports 0, 10, 20, 30... and not 0, 10, 30, 60, ...Hanno Schlichting2013-03-061-1/+1
|/
* prevent ZK cluster nodes from being started twiceHanno Schlichting2013-01-021-1/+3
* Add some read-only tests.Ben Bangert2012-09-071-0/+1
* Consolidate testing code in kazoo.testingDavid LaBissoniere2012-07-191-0/+239