Ted Yu created HBASE-20031:
------------------------------
Summary: Unable to run integration test using mvn due to missing
HBaseClassTestRule
Key: HBASE-20031
URL: https://issues.apache.org/jira/browse/HBASE-20031
Project: HBase
Issue Type: Test
Affects Versions: 2.0.0-beta-1
Reporter: Ted Yu
In branch-1, the following command works:
{code}
mvn test -Dtest=org.apache.hadoop.hbase.IntegrationTestIngest
{code}
For hbase2, we have the following error:
{code}
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.249 s
<<< FAILURE! - in org.apache.hadoop.hbase.IntegrationTestIngest
[ERROR] org.apache.hadoop.hbase.IntegrationTestIngest Time elapsed: 0.01 s
<<< FAILURE!
java.lang.AssertionError: No HBaseClassTestRule ClassRule for
org.apache.hadoop.hbase.IntegrationTestIngest
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)