summaryrefslogtreecommitdiff
path: root/test/test_integration.py
Commit message (Expand)AuthorAgeFilesLines
* Finish breaking out integration testsMark Roberts2014-04-171-931/+0
* Reinstate test_integrate, make test_protocol more explicit, create testutilMark Roberts2014-04-081-936/+931
* Comment out all of test_integration because it currently does not workMark Roberts2014-04-081-936/+936
* Support list (or comma-separated) of hosts (replaces host and port arguments)mrtheb2014-02-091-13/+13
* Merge branch 'master' into multihostsmrtheb2014-01-311-137/+181
|\
| * Make producers take a topic argument at send rather than init timeOmar Ghishan2014-01-231-41/+41
| * Make integration test warming more intuitiveThomas Dimson2014-01-141-91/+86
| * Add a few 9s test_multi_process_consumer, make clear what setUp is doingThomas Dimson2014-01-131-13/+17
| * Exception hierarchy, invalidate more md on errorsThomas Dimson2014-01-131-27/+45
| * Some cleanup and easier to read test fixture outputOmar Ghishan2014-01-071-1/+1
| * Make kafka brokers per-test in failover integration testsOmar Ghishan2014-01-061-13/+11
| * Add tests for limited and unlimited consumer max_buffer_sizeOmar Ghishan2014-01-061-1/+25
| * Fix client and consumer params in integration testsOmar Ghishan2014-01-061-6/+12
* | Allow KafkaClient to take in a list of brokers for bootstrappingMarc Labbe2013-11-141-9/+14
|/
* make changes to be more fault tolerant: clean up connections, brokers, failed...Jim Lim2013-10-041-0/+107
* Cherry-pick mrtheb/kafka-python 8b9c7e51mrtheb2013-10-031-12/+20
* Auto-adjusting consumer fetch sizeDavid Arthur2013-09-091-12/+6
* Fixed #42, make fetch size configurableDavid Arthur2013-09-081-0/+34
* Merge branch 'issue-35'David Arthur2013-07-261-9/+120
|\
| * Test cases for multi-process consumer and blocking APIsMahendra M2013-06-271-9/+120
* | Test cases for new producerMahendra M2013-06-271-3/+274
|/
* Split fixtures out to a separate fileIvan Pouzyrevsky2013-06-071-314/+2
* Adhere to common python naming conventionsIvan Pouzyrevsky2013-06-071-0/+674