[
https://issues.apache.org/jira/browse/HBASE-6203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13293972#comment-13293972
]
Enis Soztutar commented on HBASE-6203:
--------------------------------------
Some notes:
{code}
mvn verify
{code}
runs the tests under hbase-it, named IntegrationTestXXX. Note that {{mvn test}}
does not run these tests.
You can run just the integration tests, but cd'ing under hbase-it module, or use
{code}
mvn verify -Dskip-server-tests -Dskip-common-tests
{code}
You can also skip integration tests with {{-Dskip-integration-tests}}. Failsafe
also honors {{-DskipTests}}.
> Create hbase-it
> ---------------
>
> Key: HBASE-6203
> URL: https://issues.apache.org/jira/browse/HBASE-6203
> Project: HBase
> Issue Type: Sub-task
> Reporter: Enis Soztutar
> Attachments: HBASE-6203_v1.patch
>
>
> Create hbase-it, as per parent issue, and re-introduce HBASE-4454
--
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