summaryrefslogtreecommitdiff
path: root/test/fixtures.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Mark Roberts2014-04-231-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 Roberts2014-04-221-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 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 ↵Omar Ghishan2014-01-061-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 fixtureDavid Arthur2013-11-111-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 Lim2013-10-041-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 8b9c7e51mrtheb2013-10-031-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 localhostIvan Pouzyrevsky2013-06-071-1/+1
| | | | This alleviates IPv4 -vs- IPv6 issues in ZK and Kafka.
* 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