kafka/tests/kafkatest/services
Anna Povzner 4e0ae79d5c KAFKA-3214: Added system tests for compressed topics
Added CompressionTest that tests 4 producers, each using a different compression type and one not using compression.

Enabled VerifiableProducer to run producers with different compression types (passed in the constructor). This includes enabling each producer to output unique values, so that the verification process in ProduceConsumeValidateTest is correct (counts acks from all producers).

Also a fix for console consumer to raise an exception if it sees the incorrect consumer output (before we swallowed an exception, so was hard to debug the issue).

Author: Anna Povzner <anna@confluent.io>

Reviewers: Geoff Anderson, Jason Gustafson

Closes #958 from apovzner/kafka-3214
2016-02-26 13:40:39 -08:00
..
kafka KAFKA-2846: Add Ducktape test for kafka-consumer-groups 2016-01-23 16:59:28 -08:00
monitor KAFKA-1888: rolling upgrade test 2015-10-27 15:23:47 -07:00
performance KAFKA-2771: Added rolling upgrade system test (ducktape) for Secured Cluster 2015-11-30 14:13:50 -08:00
security KAFKA-2979: Enable authorizer and ACLs in ducktape tests 2016-01-07 20:04:24 -08:00
templates KAFKA-2915: Fix problem with System Tests that use bootstrap.servers embedded in jinja files 2015-12-01 11:48:16 -08:00
__init__.py KAFKA-2276; KIP-25 initial patch 2015-07-28 17:22:14 -07:00
connect.py KAFKA-3093: Add Connect status tracking API 2016-02-23 22:47:31 -08:00
console_consumer.py KAFKA-3214: Added system tests for compressed topics 2016-02-26 13:40:39 -08:00
kafka_log4j_appender.py KAFKA-3078: Add ducktape tests for KafkaLog4jAppender producing to SASL enabled Kafka cluster 2016-01-11 23:15:42 -08:00
mirror_maker.py KAFKA-2643: Run mirror maker ducktape tests with SSL and SASL 2015-11-25 15:05:31 -08:00
streams.py KAFKA-2802: kafka streams system tests 2016-02-23 12:14:26 -08:00
verifiable_consumer.py KAFKA-2989; System tests should verify partitions consumed after rebalancing 2015-12-22 16:15:37 -08:00
verifiable_producer.py KAFKA-3214: Added system tests for compressed topics 2016-02-26 13:40:39 -08:00
zookeeper.py KAFKA-2905: System test for rolling upgrade to enable ZooKeeper ACLs with SASL 2015-12-03 17:47:44 -08:00