[
https://issues.apache.org/jira/browse/HBASE-4559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126196#comment-13126196
]
Jesse Yates commented on HBASE-4559:
------------------------------------
okay, here is the deal. To _just_ run integration tests, use:
{code}
mvn failsafe:integration-test
{code}
to run the integration tests. And then
{code}
mvn failsafe:verify
{code}
to verify the output results. That is when you will find out if the integration
tests fail.
If you don't run the latter, then maven outputs success, even if you have
integration test failures.
> Refactor TestAvroServer into an integration test
> ------------------------------------------------
>
> Key: HBASE-4559
> URL: https://issues.apache.org/jira/browse/HBASE-4559
> Project: HBase
> Issue Type: Improvement
> Components: test
> Reporter: Jesse Yates
> Attachments: java_HBASE_4559.txt
>
>
> TestAvroServer is a beefy test, spins up a mini cluster, does a large series
> of manipulations and then spins it down. It take about 2 mins to run on a
> local machine, which on the high side for a 'unit' test.
> This is part of the implentation discussed in
> http://search-hadoop.com/m/L9OzBNEOJK1
--
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