Return-Path: Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: (qmail 77733 invoked from network); 23 Feb 2011 18:46:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2011 18:46:14 -0000 Received: (qmail 93329 invoked by uid 500); 23 Feb 2011 18:46:14 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 93061 invoked by uid 500); 23 Feb 2011 18:46:12 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 93048 invoked by uid 99); 23 Feb 2011 18:46:11 -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:46:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ryanobjc@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-iw0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Feb 2011 18:46:04 +0000 Received: by iwl42 with SMTP id 42so5299929iwl.14 for ; Wed, 23 Feb 2011 10:45:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=SbY2rfahy2bUwM5QcB6nmHKYtuTCOmVe9ORaIu62/tI=; b=mQl+641K/+c3xg4YvWuzBqlUmOkSEfZQMhiKWzVWr0S76SK0SliqD0iUdMw1SKzOMP sA8y/MfgjCBTe/CdZ+kFiWWKjA0EgUZRltRAuRFwdujVWPyaCmRU7w9igRDE2hOlx60V WX/ROZUfc6H3NHZYFI4klu5ajn5ehQuIFsm9A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KJ4PVa8JWoXA3aVcc7F6z3dG2XLX2N9MGutU7Xey201xEj6UDIooHIIVQY+cF3URp4 a6oAYVZmQ/gRJX4W+9U/HGMACqVdTkAXd7atOAi+Yonp/CrTH/nh8uRg028UfCGQOf/q aHTZdB63bBwoI0vpv3eNPvYVsE2U39jSd/pF0= MIME-Version: 1.0 Received: by 10.231.19.195 with SMTP id c3mr3347450ibb.176.1298486743850; Wed, 23 Feb 2011 10:45:43 -0800 (PST) Received: by 10.231.30.205 with HTTP; Wed, 23 Feb 2011 10:45:43 -0800 (PST) Date: Wed, 23 Feb 2011 10:45:43 -0800 Message-ID: Subject: Let's Switch to TestNG From: Ryan Rawson To: hbase Content-Type: text/plain; charset=ISO-8859-1 I filed HBASE-3555, and I listed the following reasons; - 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[]) What do other people think?