summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #217 from locationlabs/transactionDana Powers2014-09-101-0/+117
|\ \ | |/ |/|
| * Rename KafkaTransaction to OffsetCommitContext for clarity.Jesse Myers2014-09-031-20/+20
| * Add transaction context manager.Jesse Myers2014-08-301-0/+117
* | Merge pull request #223 from dpkp/metadata_refactorDana Powers2014-09-083-121/+255
|\ \
| * | Add client unit tests for has_metadata_for_topic and ensure_topic_existsDana Powers2014-09-011-1/+63
| * | Add test for sending produce request to unknown topic w/o auto-creationDana Powers2014-09-011-0/+25
| * | Use standard exceptions in client._get_leader_for_partition()Dana Powers2014-09-013-18/+20
| * | load_metadata_for_topics should raise exceptions on explicit topic argsDana Powers2014-09-011-25/+46
| * | Refactor internal metadata dicts in KafkaClientDana Powers2014-09-011-1/+2
| * | No more custom LeaderUnavailableError exception -- raise LeaderNotAvailableErrorDana Powers2014-09-012-4/+3
| * | Improve metadata protocol handlingDana Powers2014-09-012-109/+123
* | | Merge pull request #227 from wizzat-feature/py3Dana Powers2014-09-0716-299/+334
|\ \ \
| * | | Fix the multiprocessing tests for python 3Mark Roberts2014-09-031-1/+1
| * | | Fix test errors related to mocksMark Roberts2014-09-031-3/+6
| * | | Fix more tests, only multiprocessing consumer ones remainingBruno Renié2014-09-036-20/+32
| * | | Bytes in self.msg()Bruno Renié2014-09-031-1/+1
| * | | More bytes topicsBruno Renié2014-09-032-2/+2
| * | | 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
| |/