Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0-beta-1
-
None
-
None
-
Reviewed
Description
In branch-1, the following command works:
mvn test -Dtest=org.apache.hadoop.hbase.IntegrationTestIngest
For hbase2, we have the following error:
[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
Attachments
Attachments
Issue Links
- Blocked
-
HBASE-19157 IntegrationTestBackupRestore should warn about missing config
- Resolved