Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve Zookeeper / Kafka Fixture management | Dana Powers | 2016-03-12 | 1 | -0/+1 |
| | | | | | | - spawn fixtures via daemon threads - close fixtures atexit and in __del__ to avoid interpreter hangs - raise Exception on timeouts in open() | ||||
* | Start test fixtures in new session to avoid propagating signals (i.e., Ctrl-C)simple | Dana Powers | 2015-12-30 | 1 | -0/+2 |
| | |||||
* | Dont try to terminate a child that has already exited in test/service _despawn | Dana Powers | 2015-06-08 | 1 | -1/+2 |
| | |||||
* | Retry with shorter 5sec timeout when trying to open() fixtures | Dana Powers | 2015-06-08 | 1 | -3/+4 |
| | | | | | - this is intended to reduce flapping tests caused by intermittent - fixture startup issues on travis-ci | ||||
* | Respawn crashed services in test/service.py, rather than raise RuntimeError | Dana Powers | 2015-06-07 | 1 | -12/+26 |
| | |||||
* | Module loggers in test/fixtures and test/service | Dana Powers | 2015-06-06 | 1 | -8/+12 |
| | |||||
* | Fix stderr capture | Bruno Renié | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Fix log capture on py3 | Bruno Renié | 2014-09-03 | 1 | -1/+1 |
| | |||||
* | Add pylint to tox.ini; test both kafka and test; default to error-checking ↵ | Dana Powers | 2014-08-25 | 1 | -4/+5 |
| | | | | only; fixup errors; skip kafka/queue.py | ||||
* | Increase fixture wait timeout to 30s; add wait-time logging | Dana Powers | 2014-08-13 | 1 | -2/+4 |
| | |||||
* | Use kafka_run_class_env() to set environment vars in test fixtures | Dana Powers | 2014-08-12 | 1 | -1/+3 |
| | |||||
* | Attempt to fix travis build. Decrease complexity of service.py in favor of ↵ | Mark Roberts | 2014-05-06 | 1 | -53/+25 |
| | | | | in memory logging. Address code review concerns | ||||
* | Various fixes | Mark Roberts | 2014-04-25 | 1 | -8/+12 |
| | | | | | | | | Bump version number to 0.9.1 Update readme to show supported Kafka/Python versions Validate arguments in consumer.py, add initial consumer unit test Make service kill() child processes when startup fails Add tests for util.py, fix Python 2.6 specific bug. | ||||
* | Add support for kafka 0.8.1 | Mark Roberts | 2014-04-23 | 1 | -3/+4 |
| | |||||
* | Update fixtures to eliminate extraneous logging on non-errors, split out ↵ | Mark Roberts | 2014-04-22 | 1 | -0/+129 |
mostly unrelated service.py, fix test in client_integration to use get_open_port, fix unintended import cascade in test_producer_integration |