Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Convert codec tests to pytest; add simple lz4 test | Dana Powers | 2016-01-25 | 1 | -62/+75 | |
| | ||||||
* | Disable auto-commit / group assignment in producer testgroup_id_none | Dana Powers | 2016-01-24 | 1 | -0/+1 | |
| | ||||||
* | Add simple KafkaProducer -> KafkaConsumer integration test | Dana Powers | 2016-01-24 | 1 | -0/+34 | |
| | ||||||
* | add DefaultPartitioner test | Dana Powers | 2016-01-24 | 1 | -22/+42 | |
| | ||||||
* | Move pytest broker/zk fixtures to test.conftest | Dana Powers | 2016-01-24 | 3 | -30/+36 | |
| | ||||||
* | Rename legacy producer tests | Dana Powers | 2016-01-24 | 1 | -0/+0 | |
| | ||||||
* | Fix client poll tests (called with sleep=False) | Dana Powers | 2016-01-23 | 1 | -4/+5 | |
| | ||||||
* | Add DeprecationWarnings to legacy KafkaClient, Simple/MultiProcess/Consumer, ↵deprecation_warnings | Dana Powers | 2016-01-12 | 1 | -8/+7 | |
| | | | | and KafkaConnection | |||||
* | Add mocking to test_coordinator::test_close to fix random test failure (via ↵ | Dana Powers | 2016-01-11 | 1 | -0/+1 | |
| | | | | travis logs) | |||||
* | Fix delayed_task timeout commit 45d26b6 | Dana Powers | 2016-01-10 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #502 from dpkp/task_poll_timeout | Dana Powers | 2016-01-10 | 1 | -2/+28 | |
|\ | | | | | Add delayed task timeouts to _poll calls | |||||
| * | Check delayed task timeout in client.poll() | Dana Powers | 2016-01-10 | 1 | -2/+28 | |
| | | ||||||
* | | Log generation and member_id in threaded consumer group test | Dana Powers | 2016-01-10 | 1 | -1/+4 | |
|/ | ||||||
* | Merge pull request #501 from dpkp/coordinator_tests | Dana Powers | 2016-01-10 | 1 | -0/+568 | |
|\ | | | | | ConsumerCoordinator cleanups and test coverage | |||||
| * | Add ConsumerCoordinator unit tests | Dana Powers | 2016-01-10 | 1 | -0/+568 | |
| | | ||||||
* | | Fill out more async client unit tests | Dana Powers | 2016-01-09 | 1 | -18/+165 | |
|/ | ||||||
* | Remove errant kafka_versions('all') from 0.9 merge | Dana Powers | 2016-01-07 | 1 | -1/+0 | |
| | ||||||
* | Merge branch '0.9' | Dana Powers | 2016-01-07 | 15 | -297/+596 | |
|\ | | | | | | | | | | | | | | | Conflicts: kafka/codec.py kafka/version.py test/test_producer.py test/test_producer_integration.py | |||||
| * | Fix KafkaClient->SimpleClient references0.9 | Dana Powers | 2016-01-07 | 5 | -44/+44 | |
| | | ||||||
| * | Drop request_timeout_ms override in consumer group test | Dana Powers | 2016-01-04 | 1 | -2/+1 | |
| | | ||||||
| * | Dont use consumer_timeout_ms in simple kafka_consumer test | Dana Powers | 2016-01-04 | 1 | -2/+1 | |
| | | ||||||
| * | Dont use consumer_timeout_ms in kafka blocking test | Dana Powers | 2016-01-03 | 1 | -7/+4 | |
| | | ||||||
| * | Fast heartbeats during consumer group tests | Dana Powers | 2016-01-03 | 1 | -0/+1 | |
| | | ||||||
| * | Import queue from six.moves | Dana Powers | 2016-01-03 | 1 | -10/+3 | |
| | | ||||||
| * | Add pytests for KafkaConsumer group assignments | Dana Powers | 2016-01-03 | 1 | -0/+170 | |
| | | ||||||
| * | Use parameterized pytests in test_client_async; add pytest-mocker plugin | Dana Powers | 2016-01-03 | 1 | -70/+94 | |
| | | ||||||
| * | Use 2-second KafkaClient timeout in failover tests | Dana Powers | 2016-01-03 | 1 | -1/+1 | |
| | | ||||||
| * | Update consumer integration tests to use new (group) KafkaConsumer | Dana Powers | 2016-01-03 | 1 | -29/+31 | |
| | | | | | | | | | | | | | | | | | | | | - Remove debug call to deprecated .offsets() method - Manually assign TopicPartition to avoid group subscription overhead - Use next(consumer), not consumer.next() - consumer_timeout_ms now raises StopIteration, not ConsumerTimeout - auto_commit_enable is now enable_auto_commit - auto_offset_reset -> earliest, not smallest - new consumer does not support auto_commit_interval_messages | |||||
| * | bootstrap_servers no longer required in KafkaConsumer (localhost default) | Dana Powers | 2016-01-03 | 1 | -4/+0 | |
| | | ||||||
| * | Disable pylint errors for py2/py3 compatibility workarounds | Dana Powers | 2016-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Skeleton tests for async kafka client | Dana Powers | 2016-01-01 | 1 | -0/+103 | |
| | | ||||||
| * | Start test fixtures in new session to avoid propagating signals (i.e., Ctrl-C) | Dana Powers | 2015-12-30 | 1 | -0/+2 | |
| | | ||||||
| * | Catch and retry on RequestTimedOutError in producer failover test | Dana Powers | 2015-12-29 | 1 | -2/+4 | |
| | | ||||||
| * | Rename TopicAndPartition -> TopicPartition | Dana Powers | 2015-12-28 | 5 | -19/+19 | |
| | | ||||||
| * | Switch BrokerConnection to (mostly) non-blocking IO. | Dana Powers | 2015-12-17 | 1 | -35/+47 | |
| | | | | | | | | | | | | - return kafka.Future on send() - recv is now non-blocking call that completes futures when possible - update KafkaClient to block on future completion | |||||
| * | Drop bytes encoding of consumer group in consumer integration test | Dana Powers | 2015-12-10 | 1 | -1/+1 | |
| | | ||||||
| * | Remove bytes encoding for topic name in producer integration test | Dana Powers | 2015-12-10 | 1 | -1/+1 | |
| | | ||||||
| * | Move Request / Response logging from KafkaClient to BrokerConnection | Dana Powers | 2015-12-10 | 2 | -21/+0 | |
| | | | | | | | | and reenable kafka.conn debug logging in tests | |||||
| * | pylint fixes | Dana Powers | 2015-12-10 | 2 | -1/+2 | |
| | | | | | | | | | | | | - temporarily ignore kafka/consumer/group.py - temporarily ignore test/test_protocol.py - disable-msg deprecated; use disable= instead | |||||
| * | Remove KafkaProtocol._decode_message | Dana Powers | 2015-12-10 | 1 | -0/+2 | |
| | | ||||||
| * | Fix consumer integration test that assumed a single broker | Dana Powers | 2015-12-10 | 1 | -4/+6 | |
| | | ||||||
| * | Fix zk_chroot in consumer integration kafka fixtures | Dana Powers | 2015-12-10 | 1 | -2/+3 | |
| | | ||||||
| * | Drop kafka_bytestring | Dana Powers | 2015-12-10 | 6 | -33/+28 | |
| | | ||||||
| * | Configure consumer group in consumer_integration tests | Dana Powers | 2015-12-10 | 1 | -3/+13 | |
| | | ||||||
| * | Convert OffsetCommit and OffsetFetch protocol encode/decode | Dana Powers | 2015-12-10 | 3 | -7/+7 | |
| | | ||||||
| * | Fix test_consumer generator/list mock, reenable tests | Dana Powers | 2015-12-10 | 1 | -5/+2 | |
| | | ||||||
| * | Update kafka.common imports to Payloads namedtuples in test_protocol | Dana Powers | 2015-12-09 | 1 | -22/+24 | |
| | | ||||||
| * | Default consumer integration tests should not use offset commits | Dana Powers | 2015-12-09 | 1 | -2/+3 | |
| | | ||||||
| * | Skip protocol tests for now -- need updating | Dana Powers | 2015-12-09 | 1 | -0/+20 | |
| | | ||||||
| * | Update to Payload namedtuples in consumer tests | Dana Powers | 2015-12-09 | 1 | -4/+4 | |
| | |