Sean Busbey created HBASE-18140:
-----------------------------------
Summary: revisit test categorization of hbase shell tests
Key: HBASE-18140
URL: https://issues.apache.org/jira/browse/HBASE-18140
Project: HBase
Issue Type: Task
Components: shell, test
Reporter: Sean Busbey
Priority: Minor
Fix For: 2.0.0, 1.4.0
Right now the hbase shell tests are all categorized as large, so they often
don't run. Many look like they can easily qualify as Medium or Small.
e.g.
{code}
Running org.apache.hadoop.hbase.client.TestShellNoCluster
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.673 sec - in
org.apache.hadoop.hbase.client.TestShellNoCluster
Running org.apache.hadoop.hbase.client.rsgroup.TestShellRSGroups
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.178 sec - in
org.apache.hadoop.hbase.client.rsgroup.TestShellRSGroups
Running org.apache.hadoop.hbase.client.TestReplicationShell
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.396 sec - in
org.apache.hadoop.hbase.client.TestReplicationShell
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)