summaryrefslogtreecommitdiff
path: root/test/service.py
Commit message (Expand)AuthorAgeFilesLines
* Always absolute_importabsolute_importDana Powers2016-08-021-0/+2
* Catch select errors while capturing test fixture logsDana Powers2016-07-171-1/+7
* More fixture logging improvementsDana Powers2016-03-141-4/+0
* Fixup test fixtures for pylintDana Powers2016-03-131-0/+1
* Improve Fixture loggingDana Powers2016-03-131-28/+12
* Improve Zookeeper / Kafka Fixture managementDana Powers2016-03-121-0/+1
* Start test fixtures in new session to avoid propagating signals (i.e., Ctrl-C)simpleDana Powers2015-12-301-0/+2
* Dont try to terminate a child that has already exited in test/service _despawnDana Powers2015-06-081-1/+2
* Retry with shorter 5sec timeout when trying to open() fixturesDana Powers2015-06-081-3/+4
* Respawn crashed services in test/service.py, rather than raise RuntimeErrorDana Powers2015-06-071-12/+26
* Module loggers in test/fixtures and test/serviceDana Powers2015-06-061-8/+12
* Fix stderr captureBruno ReniƩ2014-09-031-1/+1
* Fix log capture on py3Bruno ReniƩ2014-09-031-1/+1
* Add pylint to tox.ini; test both kafka and test; default to error-checking on...Dana Powers2014-08-251-4/+5
* Increase fixture wait timeout to 30s; add wait-time loggingDana Powers2014-08-131-2/+4
* Use kafka_run_class_env() to set environment vars in test fixturesDana Powers2014-08-121-1/+3
* Attempt to fix travis build. Decrease complexity of service.py in favor of in...Mark Roberts2014-05-061-53/+25
* Various fixesMark Roberts2014-04-251-8/+12
* Add support for kafka 0.8.1Mark Roberts2014-04-231-3/+4
* Update fixtures to eliminate extraneous logging on non-errors, split out most...Mark Roberts2014-04-221-0/+129