HBASE-16697 bump TestRegionServerMetrics to LargeTests
This commit is contained in:
parent
4082424305
commit
7ed93f8f79
|
@ -23,7 +23,7 @@ import org.apache.hadoop.conf.Configuration;
|
|||
import org.apache.hadoop.hbase.*;
|
||||
import org.apache.hadoop.hbase.client.*;
|
||||
import org.apache.hadoop.hbase.test.MetricsAssertHelper;
|
||||
import org.apache.hadoop.hbase.testclassification.MediumTests;
|
||||
import org.apache.hadoop.hbase.testclassification.LargeTests;
|
||||
import org.apache.hadoop.hbase.testclassification.RegionServerTests;
|
||||
import org.apache.hadoop.hbase.util.Bytes;
|
||||
import org.apache.hadoop.hbase.util.Threads;
|
||||
|
@ -47,7 +47,7 @@ import java.io.IOException;
|
|||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@Category({RegionServerTests.class, MediumTests.class})
|
||||
@Category({RegionServerTests.class, LargeTests.class})
|
||||
public class TestRegionServerMetrics {
|
||||
private static final Log LOG = LogFactory.getLog(TestRegionServerMetrics.class);
|
||||
|
||||
|
@ -467,7 +467,7 @@ public class TestRegionServerMetrics {
|
|||
admin.deleteTable(tableName);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testRangeCountMetrics() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue