Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7BD7179E5 for ; Tue, 14 Oct 2014 07:04:40 +0000 (UTC) Received: (qmail 8172 invoked by uid 500); 14 Oct 2014 07:04:34 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 8080 invoked by uid 500); 14 Oct 2014 07:04:34 -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 8066 invoked by uid 99); 14 Oct 2014 07:04:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2014 07:04:34 +0000 Date: Tue, 14 Oct 2014 07:04:33 +0000 (UTC) From: "Dima Spivak (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-12132) mvn install -Dtest= also runs the hbase-it tests. 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-12132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dima Spivak resolved HBASE-12132. --------------------------------- Resolution: Not a Problem Assignee: Dima Spivak Hi Manukranth, This is actually the designed behavior of Maven. If you run {{mvn install}}, it will run all parts of the Maven lifecycle up to and including the phase specified, which in this case means it will also go through the integration-test phase. If you'd like to prevent IT tests from being run, add {{-DskipITs}} to the end of your existing command. > mvn install -Dtest= also runs the hbase-it tests. > ------------------------------------------------------------- > > Key: HBASE-12132 > URL: https://issues.apache.org/jira/browse/HBASE-12132 > Project: HBase > Issue Type: Bug > Reporter: Manukranth Kolloju > Assignee: Dima Spivak > Priority: Minor > Attachments: mvninstall.txt > > > mvn install -Dtest= runs tests in it and they time out. This Jira is intended to fix that behavior. -- This message was sent by Atlassian JIRA (v6.3.4#6332)