Return-Path: X-Original-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 40707908F for ; Thu, 9 Aug 2012 15:10:21 +0000 (UTC) Received: (qmail 23519 invoked by uid 500); 9 Aug 2012 15:10:20 -0000 Delivered-To: apmail-incubator-kafka-dev-archive@incubator.apache.org Received: (qmail 23359 invoked by uid 500); 9 Aug 2012 15:10:20 -0000 Mailing-List: contact kafka-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kafka-dev@incubator.apache.org Delivered-To: mailing list kafka-dev@incubator.apache.org Received: (qmail 23332 invoked by uid 99); 9 Aug 2012 15:10:19 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 15:10:19 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 982F8142818 for ; Thu, 9 Aug 2012 15:10:19 +0000 (UTC) Date: Thu, 9 Aug 2012 15:10:19 +0000 (UTC) From: "John Fung (JIRA)" To: kafka-dev@incubator.apache.org Message-ID: <132480072.1936.1344525019627.JavaMail.jiratomcat@issues-vm> In-Reply-To: <2030476612.17558.1344275042882.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Comment Edited] (KAFKA-440) Create a regression test framework for distributed environment testing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KAFKA-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431490#comment-13431490 ] John Fung edited comment on KAFKA-440 at 8/9/12 3:08 PM: --------------------------------------------------------- Hi Neha, Thank you for reviewing. I have uploaded kafka-440-v2.patch which has the changes suggested in your review. ** Please note this regression test has 2 testcases and both are passing in rev. 1367821 Thanks, John was (Author: jfung): Hi Neha, Thank you for reviewing. I have uploaded kafka-440-v2.patch which has the changes suggested in your review. Thanks, John > Create a regression test framework for distributed environment testing > ---------------------------------------------------------------------- > > Key: KAFKA-440 > URL: https://issues.apache.org/jira/browse/KAFKA-440 > Project: Kafka > Issue Type: Task > Reporter: John Fung > Assignee: John Fung > Attachments: kafka-440-v1.patch, kafka-440-v2.patch > > > Initial requirements: > 1. The whole test framework is preferably coded in Python (a common scripting language which has well supported features) > 2. Test framework driver should be generic (distributed environment can be local host) > 3. Test framework related configurations are defined in JSON format > 4. Test environment, suite, case definitions may be defined in the following levels: > 4-a entity_id is used as a key for looking up related config from different levels > 4-b Cluster level defines: entity_id, hostname, kafka_home, java_home, ... > 4-c Test suite / case level defines: > 4-c-1 zookeeper: entity_id, clientPort, dataDir, log_filename, config_filename > 4-c-2 broker: entity_id, port, log.file.size, log.dir, log_filename, config_filename > 4-c-3 producer: entity_id, topic, threads, compression-codec, message-size, log_filename, config_filename -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira