[
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=<testclass> 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=<testclass> 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)