Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 16888 invoked from network); 22 Jul 2009 19:40:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 19:40:40 -0000 Received: (qmail 5232 invoked by uid 500); 22 Jul 2009 19:41:46 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 5196 invoked by uid 500); 22 Jul 2009 19:41:45 -0000 Mailing-List: contact avro-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: avro-dev@hadoop.apache.org Delivered-To: mailing list avro-dev@hadoop.apache.org Received: (qmail 5186 invoked by uid 99); 22 Jul 2009 19:41:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 19:41:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 19:41:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D1B1A234C004 for ; Wed, 22 Jul 2009 12:41:14 -0700 (PDT) Message-ID: <1414570770.1248291674844.JavaMail.jira@brutus> Date: Wed, 22 Jul 2009 12:41:14 -0700 (PDT) From: "Doug Cutting (JIRA)" To: avro-dev@hadoop.apache.org Subject: [jira] Commented: (AVRO-26) Converting JUnit tests into TestNG controlled environment In-Reply-To: <930580919.1241203770542.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AVRO-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734273#action_12734273 ] Doug Cutting commented on AVRO-26: ---------------------------------- Konstantin, can you please file a new issue to switch Avro back to JUnit? Thanks! > Converting JUnit tests into TestNG controlled environment > --------------------------------------------------------- > > Key: AVRO-26 > URL: https://issues.apache.org/jira/browse/AVRO-26 > Project: Avro > Issue Type: Test > Components: java, python > Reporter: Konstantin Boudnik > Assignee: Konstantin Boudnik > Fix For: 1.0.0 > > Attachments: AVRO-26.patch.1, AVRO-26.patch.2, AVRO-26.patch.3, AVRO-26.patch.4, AVRO-26.patch.5, AVRO-26.patch.6, AVRO-26.sh, testng-5.9-jdk15.jar > > > TestNG is a powerful test harness, which provides a lot of useful features like parallel test execution, test parametrization, and such. > Avro uses JUnit environment instead which is more rigid and less efficient. > I'd suggest to convert Avro's Junit based test infrastructure into TestNG controller environment, which will allow to achieve higher level of test execution control in the long run -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.