summaryrefslogtreecommitdiff
path: root/test/test_failover_integration.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor kafka_versions to support arbitrary operators (> >= < <= ! =)kafka_version_testsDana Powers2015-12-101-8/+2
* Use at_least=True when counting messages in leader failover testsDana Powers2015-06-101-1/+4
* Retry failed messages in failover integration tests; use module loggerDana Powers2015-06-101-12/+17
* Test failover integration with 3-brokers / replicas / partitionsDana Powers2015-06-091-3/+3
* Produce messages to both partitions in async producer leader switch testDana Powers2015-06-081-1/+9
* Import style nits in integration testsDana Powers2015-06-081-2/+1
* try to fix uncaught FailedPayloadsErrorreAsOn20102015-06-091-0/+8
* Encode random_message strings to bytes in test_failover_integrationDana Powers2015-06-061-1/+2
* Sleep for 500ms before retrying consumer pending call in testsDana Powers2015-06-061-0/+1
* Include message number in sent message value in _send_random_messageDana Powers2015-06-061-1/+1
* add option to check for at-least-once message delivery in failover testsDana Powers2015-06-061-6/+12
* Reenable test_switch_leader_asyncDana Powers2015-06-061-7/+13
* random_string helper should return str not bytesDana Powers2015-06-061-7/+7
* Make external API consistently support python3 strings for topic.Space2015-04-031-2/+3
* Fetch previously committed offsets in base consumer class so long asDana Powers2015-03-301-1/+1
* Add more comments to test_switch_leader regarding req_acks policyDana Powers2015-02-091-3/+10
* Write a test for issue 313 - keyed producer failoverDana Powers2015-02-091-0/+40
* use setUp / tearDown to rebuild fixtures for each test in test_failover_integ...Dana Powers2015-02-091-12/+12
* Merge conflict w/ assertEqual (assertEquals deprecated)Dana Powers2014-12-151-1/+1
* Separate consumers/producers/partitionersDana Powers2014-09-101-1/+1
* Merge pull request #227 from wizzat-feature/py3Dana Powers2014-09-071-3/+4
|\
| * Fix more tests, only multiprocessing consumer ones remainingBruno Renié2014-09-031-1/+1
| * Make all unit tests pass on py3.3/3.4Bruno Renié2014-09-031-2/+2
| * Use base unittest or unittest2 depending on python versionBruno Renié2014-09-031-2/+2
* | Cleanup tests: no more import *; remove unusedDana Powers2014-09-041-7/+4
* | Another attempt to fix failover test flappingDana Powers2014-09-041-16/+23
* | Import cleanups in testsDana Powers2014-09-041-4/+7
|/
* just fixing a silly except formatting mistakeZack Dever2014-08-291-1/+1
* Fixup producer failover tests to avoid consumer message count flapDana Powers2014-08-271-7/+8
* Improve leader failover tests; note that async produce failover is broken -- ...Dana Powers2014-08-261-45/+67
* Fix Python 2.6 supportMark Roberts2014-04-231-1/+0
* Split out kafka version environments, default tox no longer runs any integrat...Mark Roberts2014-04-231-2/+10
* Add test support for multiple versions of kafka. Uncomment first 0.8.1 speci...Mark Roberts2014-04-231-2/+2
* Finish breaking out integration testsMark Roberts2014-04-171-0/+116