summaryrefslogtreecommitdiff
path: root/test/fixtures.py
Commit message (Expand)AuthorAgeFilesLines
* Re-render fixture config in restart loop if necessaryDana Powers2016-03-141-0/+10
* More fixture logging improvementsDana Powers2016-03-141-7/+8
* Fixup test fixtures for pylintDana Powers2016-03-131-1/+10
* Improve Fixture loggingDana Powers2016-03-131-3/+7
* Sync rendered fixture templates to disk to avoid racesDana Powers2016-03-121-0/+8
* Improve Zookeeper / Kafka Fixture managementDana Powers2016-03-121-4/+21
* Support setting kafka instance port explicitly in fixtureDana Powers2016-02-151-3/+7
* Move pytest broker/zk fixtures to test.conftestDana Powers2016-01-241-1/+2
* pylint fixesDana Powers2015-12-101-1/+1
* new pylint disables for pylint 1.5.1Zack Dever2015-12-021-1/+1
* Increase timeout and backoff when retrying spawn of test fixturesDana Powers2015-06-111-2/+16
* Create a new child thread on each open fixture tryDana Powers2015-06-091-6/+7
* Retry with shorter 5sec timeout when trying to open() fixturesDana Powers2015-06-081-4/+10
* Module loggers in test/fixtures and test/serviceDana Powers2015-06-061-19/+23
* Change ZookeeperFixture wait_for regex to support newer zk version used with ...Dana Powers2015-01-141-1/+1
* Fix KafkaFixture child stdout / stderr captureDana Powers2015-01-141-2/+2
* Make all unit tests pass on py3.3/3.4Bruno ReniƩ2014-09-031-5/+5
* Add pylint to tox.ini; test both kafka and test; default to error-checking on...Dana Powers2014-08-251-27/+22
* Add kafka 0.8.1.1 to integration tests.Dana Powers2014-08-131-15/+0
* Use kafka_run_class_env() to set environment vars in test fixturesDana Powers2014-08-121-16/+14
* Download official binaries from apache.org for integration testsDana Powers2014-08-121-1/+5
* Add Fixtures.download_official_distribution to get binaries from apache.orgDana Powers2014-08-121-0/+39
* Attempt to fix travis build. Decrease complexity of service.py in favor of in...Mark Roberts2014-05-061-4/+0
* Add test support for multiple versions of kafka. Uncomment first 0.8.1 speci...Mark Roberts2014-04-231-2/+2
* Add support for kafka 0.8.1Mark Roberts2014-04-231-1/+5
* Move kafka-src to servers/0.8.0/kafka-src, move test/resources to servers/0.8...Mark Roberts2014-04-231-3/+4
* Update fixtures to eliminate extraneous logging on non-errors, split out most...Mark Roberts2014-04-221-215/+85
* Some cleanup and easier to read test fixture outputOmar Ghishan2014-01-071-4/+4
* Add object type and ID to message prefix in fixtures output for easier debuggingOmar Ghishan2014-01-061-15/+21
* Handle starting/stopping Kafka brokers that are already started/stopped in in...Omar Ghishan2014-01-061-0/+11
* Set host and port in ExternalService test fixtureDavid Arthur2013-11-111-0/+2
* make changes to be more fault tolerant: clean up connections, brokers, failed...Jim Lim2013-10-041-10/+15
* Cherry-pick mrtheb/kafka-python 8b9c7e51mrtheb2013-10-031-11/+6
* Use 127.0.0.1 instead of localhostIvan Pouzyrevsky2013-06-071-1/+1
* toxify all the tests and use xfail marksIvan Pouzyrevsky2013-06-071-20/+31
* Split fixtures out to a separate fileIvan Pouzyrevsky2013-06-071-0/+314