We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2451023 commit 3f9ce86Copy full SHA for 3f9ce86
hbase-hadoop2-compat/src/test/java/org/apache/hadoop/hbase/regionserver/TestMetricsUserSourceImpl.java
@@ -47,10 +47,8 @@ public void testCompareToHashCodeEquals() throws Exception {
47
assertTrue(one.compareTo(two) != 0);
48
assertTrue(two.compareTo(one) != 0);
49
assertTrue(two.compareTo(one) != one.compareTo(two));
50
- assertTrue(two.compareTo(two) == 0);
51
}
52
53
-
54
@Test (expected = RuntimeException.class)
55
public void testNoGetRegionServerMetricsSourceImpl() throws Exception {
56
// This should throw an exception because MetricsUserSourceImpl should only
0 commit comments