Jun Rao created KAFKA-1411: ------------------------------ Summary: remove unused test cases Key: KAFKA-1411 URL: https://issues.apache.org/jira/browse/KAFKA-1411 Project: Kafka Issue Type: Test Components: core Affects Versions: 0.8.2 Reporter: Jun Rao Assignee: Jun Rao
We have some redundant tests for producer. 1. Tests in LazyInitProducerTest are redundant from those in PrimitiveApiTest. 2. AsyncProducerTest.testBrokerListAndAsync() just returns immediately. There are other tests that cover the same functionality. 3. PrimitiveApiTest: The compression property wasn't set properly. Also, there is no need to test compression with other combinations such as encoder/multi-fetch. -- This message was sent by Atlassian JIRA (v6.2#6252)