summaryrefslogtreecommitdiff
path: root/test/resources
Commit message (Collapse)AuthorAgeFilesLines
* Move kafka-src to servers/0.8.0/kafka-src, move test/resources to ↵Mark Roberts2014-04-233-102/+0
| | | | servers/0.8.0/resources, update fixtures, add build_integration.sh for getting started with development
* make changes to be more fault tolerant: clean up connections, brokers, ↵Jim Lim2013-10-041-1/+2
| | | | | | | | 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-4/+4
| | | | | | | | | Sync tests and fixtures with kafka 0.8.0-beta1 tag Conflicts: README.md kafka-src
* Refactor and update integration testsIvan Pouzyrevsky2013-06-074-128/+82
|
* Some work on a simple consumerDavid Arthur2013-04-021-1/+1
|
* Integration tests passingDavid Arthur2013-04-021-1/+1
|
* Protocol and low-level client done, adding testsDavid Arthur2013-04-022-32/+33
|
* Integration test improvementsDavid Arthur2012-09-302-5/+5
| | | | | Call java directly instead of using start script. Fix synchronization problem with producing a message and it getting flushed.
* Starting integration testsDavid Arthur2012-09-282-0/+146