[ https://issues.apache.org/jira/browse/KAFKA-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14541123#comment-14541123 ]
Geoffrey Anderson commented on KAFKA-1604: ------------------------------------------ Just making sure you're aware of work we're doing at Confluent on system tests. I'll be posting a KIP for this soon, but here's some info: The original plan is sketched here: https://cwiki.apache.org/confluence/display/KAFKA/System+Test+Improvements This is the core library/test framework (WIP) which aids in writing and running the tests https://github.com/confluentinc/ducktape/ This has system tests we've written to date for the Confluent Platform https://github.com/confluentinc/muckrake > System Test for Transaction Management > -------------------------------------- > > Key: KAFKA-1604 > URL: https://issues.apache.org/jira/browse/KAFKA-1604 > Project: Kafka > Issue Type: Test > Reporter: Dong Lin > Assignee: Dong Lin > Labels: transactions > Attachments: KAFKA-1604_2014-08-19_17:31:16.patch, > KAFKA-1604_2014-08-19_21:07:35.patch > > > Perform end-to-end transaction management test in the following steps: > 1) Start Zookeeper. > 2) Start multiple brokers. > 3) Create topic. > 4) Start transaction-aware ProducerPerformance to generate transactional > messages to topic. > 5) Start transaction-aware ConsoleConsumer to read messages from topic. > 6) Bounce brokers (optional). > 7) Verify that same number of messages are sent and received. > This patch depends on KAFKA-1524, KAFKA-1526 and KAFKA-1601. -- This message was sent by Atlassian JIRA (v6.3.4#6332)