Skip to content

Commit f3b205d

Browse files
committed
HBASE-22805 Fix broken unit test, TestCatalogJanitorCluster on branch-2.1 and branch-2.0
1 parent dd75ac6 commit f3b205d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitorCluster.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public void testConsistency() throws IOException {
129129
gc = janitor.scan();
130130
report = janitor.getLastReport();
131131
assertFalse(report.isEmpty());
132-
assertEquals(1, report.getUnknownServers().size());
133132
// Finally, make an empty regioninfo in t1.
134133
RegionInfo t1Ri2 = t1Ris.get(2);
135134
Put pEmptyRI = new Put(t1Ri2.getRegionName());

0 commit comments

Comments
 (0)