summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Encode topic directlyBruno Renié2014-09-031-1/+2
| * | | Fix bytes interpolationBruno Renié2014-09-031-1/+1
| * | | Topic in bytesBruno Renié2014-09-031-1/+1
| * | | Fix stderr captureBruno Renié2014-09-031-1/+1
| * | | Fix log capture on py3Bruno Renié2014-09-031-1/+1
| * | | Make all unit tests pass on py3.3/3.4Bruno Renié2014-09-0311-241/+257
| * | | Use base unittest or unittest2 depending on python versionBruno Renié2014-09-0312-29/+37
| |/ /
* | | Cleanup tests: no more import *; remove unusedDana Powers2014-09-049-54/+26
* | | Another attempt to fix failover test flappingDana Powers2014-09-041-16/+23
* | | Import cleanups in testsDana Powers2014-09-046-24/+38
* | | Merge pull request #222 from dpkp/fix_socket_timeout_testMark Roberts2014-09-042-12/+19
|\ \ \ | |/ / |/| |
| * | Fix socket timeout test -- mock the side_effectDana Powers2014-09-012-12/+19
| |/
* | 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
* Merge pull request #213 from dpkp/improve_failover_testsDana Powers2014-08-271-45/+67
|\
| * Improve leader failover tests; note that async produce failover is broken -- ...Dana Powers2014-08-261-45/+67
* | Add a test for Issue #135 (Spurious ConsumerFetchSizeTooSmall error)Dana Powers2014-08-261-0/+19
|/
* Merge pull request #208 from dpkp/add_pylint_to_tox_iniDana Powers2014-08-266-51/+41
|\
| * Add pylint to tox.ini; test both kafka and test; default to error-checking on...Dana Powers2014-08-256-51/+41
* | Add producer unit test (test/test_producer.py); check supported types in send...Dana Powers2014-08-261-0/+31
|/
* Merge pull request #196 from dpkp/reinit_connection_errorDana Powers2014-08-221-22/+117
|\
| * Add a mock to sock.recv() in the test_conn setUp method. Returns 2 packet pa...Dana Powers2014-08-191-61/+25
| * Fix test_conn tests wrt _dirty / _sockDana Powers2014-08-191-9/+4
| * Remove unused imports from test/test_conn.pyDana Powers2014-08-191-2/+0
| * Implement last of the skipped test_conn.py testsDana Powers2014-08-191-2/+18
| * Implement a few more skipped tests in test/test_conn.pyDana Powers2014-08-191-4/+19
| * Move common connection testing code to setUp methodDana Powers2014-08-191-98/+45
| * Implementing more skipped connection tests (send and recv)Dana Powers2014-08-191-6/+82
| * Cleanup some connection tests in test/test_conn.pyDana Powers2014-08-191-14/+11
| * Improve KafkaConnection testing: mock socket.create_connection; add tests for...Dana Powers2014-08-191-8/+95
* | Merge pull request #204 from mdaniel/better-type-errorsDana Powers2014-08-221-12/+27
|\ \
| * | Failing test for write_int and write_shortMatthew L Daniel2014-08-221-0/+16
| * | PEP8 fixesMatthew L Daniel2014-08-221-12/+11
| |/
* | Add KafkaTimeoutError (used by client.ensure_topic_exists) and add a testDana Powers2014-08-141-0/+11
|/
* Increase fixture wait timeout to 30s; add wait-time loggingDana Powers2014-08-131-2/+4
* Add kafka 0.8.1.1 to integration tests.Dana Powers2014-08-133-17/+2
* Use kafka_run_class_env() to set environment vars in test fixturesDana Powers2014-08-122-17/+17
* Download official binaries from apache.org for integration testsDana Powers2014-08-121-1/+5
* Add Fixtures.download_official_distribution to get binaries from apache.orgDana Powers2014-08-121-0/+39
* Fix Py26 test casesMark Roberts2014-05-221-1/+1
* Handle New Topic CreationMark Roberts2014-05-222-12/+10
* Improve error handling and tests w.r.t. codecsPatrick Lucas2014-05-071-6/+58
* Merge branch 'teach_producers_about_compression' into producer_compressionMark Roberts2014-05-071-5/+4
|\
| * Add 'codec' parameter to ProducerPatrick Lucas2014-05-031-4/+4
* | 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