summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make test suite more robust against very slow test suitesMark Roberts2014-05-061-2/+2
* Merge branch 'master' into add_testsMark Roberts2014-05-061-6/+24
|\
| * Merge pull request #139 from alexcb/masterDana Powers2014-05-061-23/+58
| |\
| | * Modified SimpleProducer-based integration tests to work now thatAlex Couture-Beil2014-03-121-23/+58
* | | Attempt to fix travis build. Decrease complexity of service.py in favor of in...Mark Roberts2014-05-063-58/+26
* | | Add missing importMark Roberts2014-04-301-0/+1
* | | Skip flaky test between osx/linuxMark Roberts2014-04-301-1/+1
* | | Various fixesMark Roberts2014-04-253-12/+122
* | | Fix last remaining test by making autocommit more intuitiveMark Roberts2014-04-241-2/+2
* | | Fix Python 2.6 supportMark Roberts2014-04-2311-53/+37
* | | Update consumer_integration to flip the autocommit switch when testing kafka ...Mark Roberts2014-04-231-30/+36
* | | Split out kafka version environments, default tox no longer runs any integrat...Mark Roberts2014-04-237-25/+85
* | | Add test support for multiple versions of kafka. Uncomment first 0.8.1 speci...Mark Roberts2014-04-237-12/+51
* | | Add support for kafka 0.8.1Mark Roberts2014-04-232-4/+9
* | | Move kafka-src to servers/0.8.0/kafka-src, move test/resources to servers/0.8...Mark Roberts2014-04-234-105/+4
* | | Update fixtures to eliminate extraneous logging on non-errors, split out most...Mark Roberts2014-04-225-221/+240
* | | Fix bug in socket timeout per PR #161 by maciejkula, add testMark Roberts2014-04-191-3/+13
* | | Finish breaking out integration testsMark Roberts2014-04-175-933/+387
* | | Split up and speed up producer based integration testsMark Roberts2014-04-172-71/+342
* | | Split out and speed up producer testsMark Roberts2014-04-171-0/+139
* | | Refactor away _get_conn_for_broker. Fix bug in _get_connMark Roberts2014-04-091-1/+1
* | | Add final tests for 100% coverage of protocol.py from test/test_protocol.pyMark Roberts2014-04-091-6/+63
* | | Add encode_offset_fetch_request testMark Roberts2014-04-091-9/+40
* | | Add commit offset request testMark Roberts2014-04-091-26/+47
* | | Add tests for encode_offset_requestMark Roberts2014-04-091-3/+43
* | | Add python-snappy to tox dependencies. Fix snappy protocol testMark Roberts2014-04-091-27/+36
* | | Convert test_encode_fetch_request to struct.pack format, improve test reliabi...Mark Roberts2014-04-091-12/+45
* | | Update more tests, fix intermittent failureMark Roberts2014-04-091-40/+89
* | | Convert more tests to struct.packMark Roberts2014-04-081-29/+75
* | | Convert serveral tests to struct.packMark Roberts2014-04-081-81/+93
* | | Reinstate test_integrate, make test_protocol more explicit, create testutilMark Roberts2014-04-084-953/+974
* | | Explicit testing of protocol errors. Make tests more explicit, and start wor...Mark Roberts2014-04-081-13/+34
* | | Comment out all of test_integration because it currently does not workMark Roberts2014-04-081-936/+936
* | | Split test files, modify test_protocolMark Roberts2014-04-085-376/+396
* | | Remove test support for py26 since it's brokenMark Roberts2014-04-073-0/+115
|/ /
* | Merge pull request #109 from mrtheb/developDana Powers2014-03-211-19/+174
|\ \
| * | Fix py26 compatibility issue, add mock to toxMark Roberts2014-03-181-17/+15
| * | Merge branch 'master' into developmrtheb2014-03-172-32/+153
| |\ \ | | |/
| * | fixing _get_leader_for_partition unittestsmrtheb2014-02-151-6/+6
| * | Changes based on comments by @rdiomar, plus added LeaderUnavailableError for ...mrtheb2014-02-151-4/+4
| * | check for broker None in send_broker_aware_request (added test for it)mrtheb2014-01-311-0/+28
| * | Merge branch 'master' into developmrtheb2014-01-311-41/+41
| |\ \
| * | | Handle cases for partition with leader=-1 (not defined)Marc Labbe2014-01-311-48/+65
| * | | removed commented out linesmrtheb2014-01-191-3/+0
| * | | added mockmrtheb2014-01-181-6/+129
* | | | Check against basestring instead of str in collect.hosts.Saulius Zemaitaitis2014-03-171-0/+10
| |_|/ |/| |
* | | Merge pull request #122 from mrtheb/multihostsOmar2014-02-262-16/+102
|\ \ \
| * | | clean up after comments from @rdiomarmrtheb2014-02-151-130/+6
| * | | Support list (or comma-separated) of hosts (replaces host and port arguments)mrtheb2014-02-092-21/+45
| * | | Merge branch 'master' into multihostsmrtheb2014-01-313-308/+529
| |\ \ \ | | | |/ | | |/|