summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Allow KafkaClient to take in a list of brokers for bootstrappingMarc Labbe2013-11-142-10/+200
* | | | Make it possible to read and write xerial snappyGreg Bowyer2014-02-191-0/+43
| |/ / |/| |
* | | 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-072-5/+5
* | Skip snappy/gzip tests if they're not availableOmar Ghishan2014-01-071-4/+7
* | Add object type and ID to message prefix in fixtures output for easier debuggingOmar Ghishan2014-01-061-15/+21
* | 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
* | Handle starting/stopping Kafka brokers that are already started/stopped in in...Omar Ghishan2014-01-061-0/+11
* | Style fix for importsOmar Ghishan2014-01-061-6/+2
* | Fix unit tests.Omar Ghishan2014-01-061-150/+314
|/
* Set host and port in ExternalService test fixtureDavid Arthur2013-11-111-0/+2
* make changes to be more fault tolerant: clean up connections, brokers, failed...Jim Lim2013-10-043-11/+124
* Test fixes after flake8 runmrtheb2013-10-031-2/+2
* Revert "Disable unit tests for 2.6, close #57"David Arthur2013-10-031-5/+0
* Disable unit tests for 2.6, close #57David Arthur2013-10-031-0/+5
* Cherry-pick mrtheb/kafka-python 8b9c7e51mrtheb2013-10-033-27/+30
* 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
|/
* Use 127.0.0.1 instead of localhostIvan Pouzyrevsky2013-06-071-1/+1
* toxify all the tests and use xfail marksIvan Pouzyrevsky2013-06-072-28/+69
* Split fixtures out to a separate fileIvan Pouzyrevsky2013-06-072-314/+316
* Adhere to common python naming conventionsIvan Pouzyrevsky2013-06-072-1/+1
* Refactor and update integration testsIvan Pouzyrevsky2013-06-075-256/+401
* Closes #22David Arthur2013-05-281-0/+21
* Update kafka-src to latest trunk, enable 0.8.1 featuresDavid Arthur2013-04-021-2/+3
* Update kafka-src to latest 0.8David Arthur2013-04-021-3/+14
* Bring acks and timeout down to the clientDavid Arthur2013-04-021-5/+6
* Refactoring a bit, cleanup for 0.8David Arthur2013-04-021-13/+12
* Big code re-orgDavid Arthur2013-04-021-22/+43
* Some work on a simple consumerDavid Arthur2013-04-022-7/+59
* Started on a simple producer and consumerDavid Arthur2013-04-021-1/+26
* Integration tests passingDavid Arthur2013-04-022-9/+16
* Protocol and low-level client done, adding testsDavid Arthur2013-04-023-194/+278
* Add some docs and KafkaQueue configDavid Arthur2012-11-191-0/+1
* Add a Queue-like producer/consumerDavid Arthur2012-11-191-0/+26
* Add Snappy support0.1-alphaDavid Arthur2012-11-162-19/+71
* Integration test writes to a file instead of stdoutDavid Arthur2012-10-301-5/+6
* Adding a test for 10k messagesDavid Arthur2012-10-301-0/+10
* Isn't it nice when tests actually find bugsDavid Arthur2012-10-021-2/+48
* Packaging improvmentsDavid Arthur2012-10-021-0/+29
* Renaming kafka.py to client.pyDavid Arthur2012-10-022-2/+2
* Moved codec stuff into it's own moduleDavid Arthur2012-10-021-2/+2