| Commit message (Expand) | Author | Age | Files | Lines |
* | Make test suite more robust against very slow test suites | Mark Roberts | 2014-05-06 | 1 | -2/+2 |
* | Merge branch 'master' into add_tests | Mark Roberts | 2014-05-06 | 1 | -6/+24 |
|\ |
|
| * | Merge pull request #139 from alexcb/master | Dana Powers | 2014-05-06 | 1 | -23/+58 |
| |\ |
|
| | * | Modified SimpleProducer-based integration tests to work now that | Alex Couture-Beil | 2014-03-12 | 1 | -23/+58 |
* | | | Attempt to fix travis build. Decrease complexity of service.py in favor of in... | Mark Roberts | 2014-05-06 | 3 | -58/+26 |
* | | | Add missing import | Mark Roberts | 2014-04-30 | 1 | -0/+1 |
* | | | Skip flaky test between osx/linux | Mark Roberts | 2014-04-30 | 1 | -1/+1 |
* | | | Various fixes | Mark Roberts | 2014-04-25 | 3 | -12/+122 |
* | | | Fix last remaining test by making autocommit more intuitive | Mark Roberts | 2014-04-24 | 1 | -2/+2 |
* | | | Fix Python 2.6 support | Mark Roberts | 2014-04-23 | 11 | -53/+37 |
* | | | Update consumer_integration to flip the autocommit switch when testing kafka ... | Mark Roberts | 2014-04-23 | 1 | -30/+36 |
* | | | Split out kafka version environments, default tox no longer runs any integrat... | Mark Roberts | 2014-04-23 | 7 | -25/+85 |
* | | | Add test support for multiple versions of kafka. Uncomment first 0.8.1 speci... | Mark Roberts | 2014-04-23 | 7 | -12/+51 |
* | | | Add support for kafka 0.8.1 | Mark Roberts | 2014-04-23 | 2 | -4/+9 |
* | | | Move kafka-src to servers/0.8.0/kafka-src, move test/resources to servers/0.8... | Mark Roberts | 2014-04-23 | 4 | -105/+4 |
* | | | Update fixtures to eliminate extraneous logging on non-errors, split out most... | Mark Roberts | 2014-04-22 | 5 | -221/+240 |
* | | | Fix bug in socket timeout per PR #161 by maciejkula, add test | Mark Roberts | 2014-04-19 | 1 | -3/+13 |
* | | | Finish breaking out integration tests | Mark Roberts | 2014-04-17 | 5 | -933/+387 |
* | | | Split up and speed up producer based integration tests | Mark Roberts | 2014-04-17 | 2 | -71/+342 |
* | | | Split out and speed up producer tests | Mark Roberts | 2014-04-17 | 1 | -0/+139 |
* | | | Refactor away _get_conn_for_broker. Fix bug in _get_conn | Mark Roberts | 2014-04-09 | 1 | -1/+1 |
* | | | Add final tests for 100% coverage of protocol.py from test/test_protocol.py | Mark Roberts | 2014-04-09 | 1 | -6/+63 |
* | | | Add encode_offset_fetch_request test | Mark Roberts | 2014-04-09 | 1 | -9/+40 |
* | | | Add commit offset request test | Mark Roberts | 2014-04-09 | 1 | -26/+47 |
* | | | Add tests for encode_offset_request | Mark Roberts | 2014-04-09 | 1 | -3/+43 |
* | | | Add python-snappy to tox dependencies. Fix snappy protocol test | Mark Roberts | 2014-04-09 | 1 | -27/+36 |
* | | | Convert test_encode_fetch_request to struct.pack format, improve test reliabi... | Mark Roberts | 2014-04-09 | 1 | -12/+45 |
* | | | Update more tests, fix intermittent failure | Mark Roberts | 2014-04-09 | 1 | -40/+89 |
* | | | Convert more tests to struct.pack | Mark Roberts | 2014-04-08 | 1 | -29/+75 |
* | | | Convert serveral tests to struct.pack | Mark Roberts | 2014-04-08 | 1 | -81/+93 |
* | | | Reinstate test_integrate, make test_protocol more explicit, create testutil | Mark Roberts | 2014-04-08 | 4 | -953/+974 |
* | | | Explicit testing of protocol errors. Make tests more explicit, and start wor... | Mark Roberts | 2014-04-08 | 1 | -13/+34 |
* | | | Comment out all of test_integration because it currently does not work | Mark Roberts | 2014-04-08 | 1 | -936/+936 |
* | | | Split test files, modify test_protocol | Mark Roberts | 2014-04-08 | 5 | -376/+396 |
* | | | Remove test support for py26 since it's broken | Mark Roberts | 2014-04-07 | 3 | -0/+115 |
|/ / |
|
* | | Merge pull request #109 from mrtheb/develop | Dana Powers | 2014-03-21 | 1 | -19/+174 |
|\ \ |
|
| * | | Fix py26 compatibility issue, add mock to tox | Mark Roberts | 2014-03-18 | 1 | -17/+15 |
| * | | Merge branch 'master' into develop | mrtheb | 2014-03-17 | 2 | -32/+153 |
| |\ \
| | |/ |
|
| * | | fixing _get_leader_for_partition unittests | mrtheb | 2014-02-15 | 1 | -6/+6 |
| * | | Changes based on comments by @rdiomar, plus added LeaderUnavailableError for ... | mrtheb | 2014-02-15 | 1 | -4/+4 |
| * | | check for broker None in send_broker_aware_request (added test for it) | mrtheb | 2014-01-31 | 1 | -0/+28 |
| * | | Merge branch 'master' into develop | mrtheb | 2014-01-31 | 1 | -41/+41 |
| |\ \ |
|
| * | | | Handle cases for partition with leader=-1 (not defined) | Marc Labbe | 2014-01-31 | 1 | -48/+65 |
| * | | | removed commented out lines | mrtheb | 2014-01-19 | 1 | -3/+0 |
| * | | | added mock | mrtheb | 2014-01-18 | 1 | -6/+129 |
* | | | | Check against basestring instead of str in collect.hosts. | Saulius Zemaitaitis | 2014-03-17 | 1 | -0/+10 |
| |_|/
|/| | |
|
* | | | Merge pull request #122 from mrtheb/multihosts | Omar | 2014-02-26 | 2 | -16/+102 |
|\ \ \ |
|
| * | | | clean up after comments from @rdiomar | mrtheb | 2014-02-15 | 1 | -130/+6 |
| * | | | Support list (or comma-separated) of hosts (replaces host and port arguments) | mrtheb | 2014-02-09 | 2 | -21/+45 |
| * | | | Merge branch 'master' into multihosts | mrtheb | 2014-01-31 | 3 | -308/+529 |
| |\ \ \
| | | |/
| | |/| |
|