Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 60386 invoked from network); 23 Feb 2011 18:15:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2011 18:15:02 -0000 Received: (qmail 29807 invoked by uid 500); 23 Feb 2011 18:15:01 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 28962 invoked by uid 500); 23 Feb 2011 18:15:00 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 28953 invoked by uid 99); 23 Feb 2011 18:14:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Feb 2011 18:14:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Feb 2011 18:14:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6ED3B1B32AE for ; Wed, 23 Feb 2011 18:14:38 +0000 (UTC) Date: Wed, 23 Feb 2011 18:14:38 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <496723729.11474.1298484878450.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <613937005.9218.1298407298430.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (HBASE-3555) Switch to TestNG 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/HBASE-3555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998481#comment-12998481 ] stack commented on HBASE-3555: ------------------------------ I'd suggest you lads bring this up on the mailing list (Discussion inside issues is seen by a few only). If no objection, a patch and we're up on TestNG. > Switch to TestNG > ---------------- > > Key: HBASE-3555 > URL: https://issues.apache.org/jira/browse/HBASE-3555 > Project: HBase > Issue Type: Improvement > Reporter: ryan rawson > > I have been messing with TestNG and I think we should switch to it. It is very similar to junit 4 with annotations, but it supports several features which would allow our build to become slightly more sane: > - test groups allow us to separate slow/fast tests from each other > - surefire support for running specific groups would allow 'check in tests' vs 'hudson/integration tests' (ie fast/slow) > - it supports all the features of junit 4, plus it is VERY similar, making for the transition easy. > - they have assertEquals(byte[],byte[]) (!) -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira