HBASE-15519 Add per-user metrics with lossy counting (addendum)
This commit is contained in:
parent
3dba799837
commit
b309617b0a
|
@ -37,6 +37,7 @@ public class TestMetricsUserSourceImpl {
|
||||||
public static final HBaseClassTestRule CLASS_RULE =
|
public static final HBaseClassTestRule CLASS_RULE =
|
||||||
HBaseClassTestRule.forClass(TestMetricsUserSourceImpl.class);
|
HBaseClassTestRule.forClass(TestMetricsUserSourceImpl.class);
|
||||||
|
|
||||||
|
@SuppressWarnings("SelfComparison")
|
||||||
@Test
|
@Test
|
||||||
public void testCompareToHashCodeEquals() throws Exception {
|
public void testCompareToHashCodeEquals() throws Exception {
|
||||||
MetricsRegionServerSourceFactory fact
|
MetricsRegionServerSourceFactory fact
|
||||||
|
|
Loading…
Reference in New Issue