Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip test that fails on windowswindows | Dana Powers | 2016-03-17 | 1 | -0/+2 |
| | |||||
* | join consumer threads in test_consumer_group cleanup | Dana Powers | 2016-03-14 | 1 | -2/+4 |
| | |||||
* | Re-render fixture config in restart loop if necessary | Dana Powers | 2016-03-14 | 1 | -0/+10 |
| | |||||
* | More fixture logging improvements | Dana Powers | 2016-03-14 | 4 | -14/+19 |
| | | | | | | | | - Add test logging NullHandler - Remove default logging level filtering in testutil - Log render_template info - More fixture logging cleanups - wait_for() should not handle child shutdown | ||||
* | Fixup test fixtures for pylint | Dana Powers | 2016-03-13 | 2 | -1/+11 |
| | |||||
* | Merge pull request #585 from dpkp/truncate_buffer | Dana Powers | 2016-03-13 | 1 | -5/+22 |
|\ | | | | | Truncate deallocated message buffers | ||||
| * | Reduce end-to-end test to 100 messages; raise produce future exceptions ↵ | Dana Powers | 2016-03-13 | 1 | -5/+9 |
| | | | | | | | | immediately | ||||
| * | Add SimpleBufferPool test to verify reallocated buffers are empty | Dana Powers | 2016-03-13 | 1 | -0/+13 |
| | | |||||
* | | Improve Fixture logging | Dana Powers | 2016-03-13 | 2 | -31/+19 |
|/ | | | | | | | - remove double console appenders from log4j.properties - also log to server.log file for interactive uses - drop internal _spawn from SpawnedService loop - write captured stdout/stderr directly to avoid logger re-formatting | ||||
* | Use producer retries and flush timeout in producer end-to-end test | Dana Powers | 2016-03-13 | 1 | -1/+2 |
| | |||||
* | Move logging format config to tox.ini to avoid duplicate log capture in ↵ | Dana Powers | 2016-03-13 | 1 | -2/+0 |
| | | | | pytest output | ||||
* | Add heartbeat timeout test | Dana Powers | 2016-03-12 | 1 | -3/+24 |
| | |||||
* | Add test for unknown coordinator heartbeat task | Dana Powers | 2016-03-12 | 1 | -2/+14 |
| | |||||
* | Add timestamps to basic test logging | Dana Powers | 2016-03-12 | 1 | -1/+2 |
| | |||||
* | Sync rendered fixture templates to disk to avoid races | Dana Powers | 2016-03-12 | 1 | -0/+8 |
| | |||||
* | Improve Zookeeper / Kafka Fixture management | Dana Powers | 2016-03-12 | 2 | -4/+22 |
| | | | | | | - spawn fixtures via daemon threads - close fixtures atexit and in __del__ to avoid interpreter hangs - raise Exception on timeouts in open() | ||||
* | Mock client.ready() call to test coordinator offset fetch request | Dana Powers | 2016-02-19 | 1 | -0/+1 |
| | |||||
* | break up some circular references and close client wake pipe on __del__ | aisch | 2016-02-16 | 1 | -1/+2 |
| | |||||
* | Add RangePartitionAssignor (and use as default); add assignor testsrange_assignor | Dana Powers | 2016-02-16 | 2 | -7/+69 |
| | |||||
* | Make sure all consumers are in same generation before stopping group test | Dana Powers | 2016-02-16 | 1 | -0/+13 |
| | |||||
* | Support setting kafka instance port explicitly in fixture | Dana Powers | 2016-02-15 | 3 | -7/+16 |
| | |||||
* | Mark old kafka.common structs as Deprecated; remove unused TopicMetadata | Dana Powers | 2016-02-15 | 1 | -5/+8 |
| | |||||
* | Fix missing import | Dana Powers | 2016-01-30 | 1 | -0/+1 |
| | |||||
* | Skip MultiProcessConsumer integration tests | Dana Powers | 2016-01-30 | 1 | -0/+5 |
| | |||||
* | Handle broken LZ4 framing; switch to lz4tools + xxhashlz4_fixup | Dana Powers | 2016-01-26 | 1 | -3/+9 |
| | |||||
* | Add end-to-end integration testing for all compression types | Dana Powers | 2016-01-26 | 1 | -1/+8 |
| | |||||
* | Add Fetcher unit tests | Dana Powers | 2016-01-25 | 1 | -0/+101 |
| | |||||
* | Remove test_correlation_id_rollover; use daemon threads for test consumers | Dana Powers | 2016-01-25 | 1 | -44/+3 |
| | |||||
* | Update xerial snappy tests for new xerial default | Dana Powers | 2016-01-25 | 1 | -3/+5 |
| | |||||
* | 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 |
| | |