Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for kafka 0.8.1 | Mark Roberts | 2014-04-23 | 1 | -1/+5 | |
| | ||||||
* | Move kafka-src to servers/0.8.0/kafka-src, move test/resources to ↵ | Mark Roberts | 2014-04-23 | 1 | -3/+4 | |
| | | | | servers/0.8.0/resources, update fixtures, add build_integration.sh for getting started with development | |||||
* | Update fixtures to eliminate extraneous logging on non-errors, split out ↵ | Mark Roberts | 2014-04-22 | 1 | -215/+85 | |
| | | | | mostly unrelated service.py, fix test in client_integration to use get_open_port, fix unintended import cascade in test_producer_integration | |||||
* | Some cleanup and easier to read test fixture output | Omar Ghishan | 2014-01-07 | 1 | -4/+4 | |
| | ||||||
* | Add object type and ID to message prefix in fixtures output for easier debugging | Omar Ghishan | 2014-01-06 | 1 | -15/+21 | |
| | ||||||
* | Handle starting/stopping Kafka brokers that are already started/stopped in ↵ | Omar Ghishan | 2014-01-06 | 1 | -0/+11 | |
| | | | | | | | integration tests If some of the tests stop brokers then error out, the teardown method will try to close the same brokers and fail. This change allows it to continue. | |||||
* | Set host and port in ExternalService test fixture | David Arthur | 2013-11-11 | 1 | -0/+2 | |
| | | | | | So we can run tests against an already running Kafka instance KAFKA_URI=tcp://localhost:9092 python -m test.test_integration | |||||
* | make changes to be more fault tolerant: clean up connections, brokers, ↵ | Jim Lim | 2013-10-04 | 1 | -10/+15 | |
| | | | | | | | | failed_messages - add integration tests for sync producer - add integration tests for async producer w. leadership election - use log.exception | |||||
* | Cherry-pick mrtheb/kafka-python 8b9c7e51 | mrtheb | 2013-10-03 | 1 | -11/+6 | |
| | | | | | | | | | Sync tests and fixtures with kafka 0.8.0-beta1 tag Conflicts: README.md kafka-src | |||||
* | Use 127.0.0.1 instead of localhost | Ivan Pouzyrevsky | 2013-06-07 | 1 | -1/+1 | |
| | | | | This alleviates IPv4 -vs- IPv6 issues in ZK and Kafka. | |||||
* | toxify all the tests and use xfail marks | Ivan Pouzyrevsky | 2013-06-07 | 1 | -20/+31 | |
| | ||||||
* | Split fixtures out to a separate file | Ivan Pouzyrevsky | 2013-06-07 | 1 | -0/+314 | |