Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add basic keyed producer tests | Viktor Shlapakov | 2015-06-17 | 1 | -2/+22 | |
| | | | ||||||
* | | | fix #410 SimpleConsumer cannot seek to an absolute offset. | haosdent | 2015-06-20 | 1 | -0/+14 | |
| |/ |/| | ||||||
* | | Increase timeout and backoff when retrying spawn of test fixtures | Dana Powers | 2015-06-11 | 1 | -2/+16 | |
| | | ||||||
* | | Merge pull request #402 from dpkp/kafka_0_8_2_1 | Dana Powers | 2015-06-10 | 2 | -6/+6 | |
|\ \ | | | | | | | Use kafka 0.8.2.1 in integration tests | |||||
| * | | Add kafka 0.8.2.1 to integration tests, remove 0.8.2.0 | Dana Powers | 2015-06-10 | 2 | -6/+6 | |
| | | | ||||||
* | | | Merge pull request #404 from dpkp/consumer_more_exception_handling | Dana Powers | 2015-06-10 | 1 | -2/+42 | |
|\ \ \ | |/ / |/| | | Consumer - handle exceptions in commit() and reset_partition_offset() | |||||
| * | | (test) SimpleConsumer.reset_partition_offset should not raise exception on ↵ | Dana Powers | 2015-06-10 | 1 | -1/+16 | |
| | | | | | | | | | | | | failure | |||||
| * | | (test) Consumer commit() should log errors and return True/False, not raise ↵ | Dana Powers | 2015-06-10 | 1 | -0/+24 | |
| | | | | | | | | | | | | exceptions | |||||
| * | | Split consumer test class between Simple and MultiProcess | Dana Powers | 2015-06-10 | 1 | -1/+2 | |
| | | | ||||||
* | | | Use at_least=True when counting messages in leader failover tests | Dana Powers | 2015-06-10 | 1 | -1/+4 | |
|/ / | ||||||
* | | Retry failed messages in failover integration tests; use module logger | Dana Powers | 2015-06-10 | 1 | -12/+17 | |
| | | ||||||
* | | Remove 1 sec timeout on topic creation in client response ordering test | Dana Powers | 2015-06-10 | 1 | -2/+2 | |
| | | ||||||
* | | Add KafkaClient test to show that request / response ordering is broken | Dana Powers | 2015-06-10 | 1 | -1/+31 | |
| | | ||||||
* | | Test failover integration with 3-brokers / replicas / partitions | Dana Powers | 2015-06-09 | 1 | -3/+3 | |
|/ | ||||||
* | Reset kafka.conn logger level in tearDown | Dana Powers | 2015-06-09 | 1 | -0/+13 | |
| | ||||||
* | Support sync_fail_on_error kwarg in Producer | Dana Powers | 2015-06-09 | 1 | -2/+18 | |
| | ||||||
* | Create a new child thread on each open fixture try | Dana Powers | 2015-06-09 | 1 | -6/+7 | |
| | ||||||
* | Merge pull request #397 from dpkp/test_logging | Dana Powers | 2015-06-09 | 5 | -16/+35 | |
|\ | | | | | Test logging | |||||
| * | Dont try to terminate a child that has already exited in test/service _despawn | Dana Powers | 2015-06-08 | 1 | -1/+2 | |
| | | ||||||
| * | Produce messages to both partitions in async producer leader switch test | Dana Powers | 2015-06-08 | 1 | -1/+9 | |
| | | ||||||
| * | Reduce blocking times in consumer integration tests | Dana Powers | 2015-06-08 | 1 | -14/+14 | |
| | | ||||||
| * | Reduce log chatter in tests (only debug kafka.conn in test_conn) | Dana Powers | 2015-06-08 | 2 | -0/+10 | |
| | | ||||||
* | | Add Unit test for async producer leader change; return ProduceResponse on ↵ | Dana Powers | 2015-06-09 | 1 | -10/+56 | |
|/ | | | | success | |||||
* | Import style nits in integration tests | Dana Powers | 2015-06-08 | 4 | -7/+10 | |
| | ||||||
* | Add zk to KafkaIntegrationTestCase attributes to fix lint error | Dana Powers | 2015-06-08 | 1 | -0/+1 | |
| | ||||||
* | Dump fixture logs on OffsetResponse error during producer integration | Dana Powers | 2015-06-08 | 1 | -3/+9 | |
| | | | | | tests. This is intended to help debug an intermittent failure that requires server logs. | |||||
* | Retry with shorter 5sec timeout when trying to open() fixtures | Dana Powers | 2015-06-08 | 2 | -7/+14 | |
| | | | | | - this is intended to reduce flapping tests caused by intermittent - fixture startup issues on travis-ci | |||||
* | Add unit tests for SimpleConsumer error handling | Dana Powers | 2015-06-08 | 1 | -1/+74 | |
| | ||||||
* | Merge pull request #380 from dpkp/multiprocess_consumer_partitions | Dana Powers | 2015-06-08 | 1 | -2/+11 | |
|\ | | | | | Support optional partitions kwarg in MultiProcessConsumer | |||||
| * | Support optional partitions kwarg in MultiProcessConsumer | Dana Powers | 2015-05-17 | 1 | -2/+11 | |
| | | ||||||
* | | Merge pull request #379 from dpkp/deprecate_keyed_producer_send | Dana Powers | 2015-06-08 | 1 | -10/+10 | |
|\ \ | | | | | | | Deprecate KeyedProducer.send in favor of send_messages | |||||
| * | | Deprecate KeyedProducer.send in favor of send_messages -- keep interface ↵ | Dana Powers | 2015-05-17 | 1 | -10/+10 | |
| |/ | | | | | | | consistent | |||||
* | | try to fix uncaught FailedPayloadsError | reAsOn2010 | 2015-06-09 | 1 | -0/+8 | |
| | | ||||||
* | | Respawn crashed services in test/service.py, rather than raise RuntimeError | Dana Powers | 2015-06-07 | 1 | -12/+26 | |
| | | ||||||
* | | Deprecate async producer batch_send kwarg -- use 'async' instead | Dana Powers | 2015-06-06 | 2 | -19/+2 | |
| | | ||||||
* | | Encode random_message strings to bytes in test_failover_integration | Dana Powers | 2015-06-06 | 1 | -1/+2 | |
| | | ||||||
* | | Small hanging indent style nits in some producer integration tests | Dana Powers | 2015-06-06 | 1 | -4/+8 | |
| | | ||||||
* | | Sleep for 500ms before retrying consumer pending call in tests | Dana Powers | 2015-06-06 | 1 | -0/+1 | |
| | | ||||||
* | | test_batched_simple_producer__triggers_by_message should wait for producer ↵ | Dana Powers | 2015-06-06 | 1 | -0/+10 | |
| | | | | | | | | queue to drain before testing messages were sent | |||||
* | | Include message number in sent message value in _send_random_message | Dana Powers | 2015-06-06 | 1 | -1/+1 | |
| | | ||||||
* | | add option to check for at-least-once message delivery in failover tests | Dana Powers | 2015-06-06 | 1 | -6/+12 | |
| | | ||||||
* | | Reenable test_switch_leader_async | Dana Powers | 2015-06-06 | 1 | -7/+13 | |
| | | ||||||
* | | FailedPayloadsError now only has a single payload; use .payload attribute | Dana Powers | 2015-06-06 | 1 | -2/+2 | |
| | | | | | | | | .failed_payloads attribute has been removed. | |||||
* | | random_string helper should return str not bytes | Dana Powers | 2015-06-06 | 4 | -17/+16 | |
| | | ||||||
* | | Raise an error if we attempt to group duplicate topic-partition payloads | Dana Powers | 2015-06-06 | 1 | -1/+5 | |
| | | | | | | | | - previously this would simply drop one of the payloads | |||||
* | | Module loggers in test/fixtures and test/service | Dana Powers | 2015-06-06 | 2 | -27/+35 | |
| | | ||||||
* | | Check response.error for async producer | Viktor Shlapakov | 2015-06-03 | 1 | -2/+2 | |
| | | ||||||
* | | Improve async producer code: logic and style fixes | Viktor Shlapakov | 2015-06-03 | 1 | -33/+20 | |
| | | | | | | | | | | | | | | | | | | | | - send_producer_request with fail_on_error=False to retry failed reqs only - using an internal dict with with namedtuple keys for retry counters - refresh metadata on refresh_error irrespective to retries options - removed infinite retries (retry_options.limit=None) as an over-feature - separate producer init args for retries options (limit,backoff,on_timeouts) - AsyncProducerQueueFull returns a list of failed messages - producer tests improved thanks to @rogaha and @toli | |||||
* | | Increase producer test timeout | Viktor Shlapakov | 2015-06-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix small issues with names/tests | Viktor Shlapakov | 2015-06-03 | 1 | -7/+5 | |
| | |