Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 475429F49 for ; Thu, 29 Sep 2011 05:47:13 +0000 (UTC) Received: (qmail 99505 invoked by uid 500); 29 Sep 2011 05:47:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 99430 invoked by uid 500); 29 Sep 2011 05:47:12 -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 99165 invoked by uid 99); 29 Sep 2011 05:47:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2011 05:47:10 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,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; Thu, 29 Sep 2011 05:47:07 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 0B33328E724 for ; Thu, 29 Sep 2011 05:46:46 +0000 (UTC) Date: Thu, 29 Sep 2011 05:46:46 +0000 (UTC) From: "stack (Resolved) (JIRA)" To: issues@hbase.apache.org Message-ID: <512248179.6371.1317275206047.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2127190135.247.1316645786152.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HBASE-4454) Add failsafe plugin to build and rename integration tests 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/HBASE-4454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-4454. -------------------------- Resolution: Fixed Fix Version/s: 0.92.0 Hadoop Flags: Reviewed Committed to 0.92 branch and trunk. Thanks for the patch Jesse. I added a bit of doc. to the book -- a new section after the unit test section in developer chapter on 'integration tests'. See below. I'm trying to add you as a contributor Jesse so I can assign you the issue so you can start accumulating credit but they just updated JIRA and I'm having trouble figuring how with the new interface. I'll figure it eventually.... {code}
Integration Tests HBase 0.92 added a verify maven target. Invocation will run a suite of long-running tests via the maven failsafe plugin.
{code} > Add failsafe plugin to build and rename integration tests > --------------------------------------------------------- > > Key: HBASE-4454 > URL: https://issues.apache.org/jira/browse/HBASE-4454 > Project: HBase > Issue Type: Improvement > Reporter: Jesse Yates > Fix For: 0.92.0 > > Attachments: mvn_HBASE-4454.patch > > > Add the maven-failsafe-plugin to the build process so we can run integration tests with "mvn verify". This will also involve a renaming of integration tests to conform to a new integration test regex. > This is a stopgap measure while we until break them out into their own module. -- 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