HBASE-22805 Fix broken unit test, TestCatalogJanitorCluster on branch-2.1 and branch-2.0

This commit is contained in:
stack 2019-08-06 13:38:49 -07:00
parent dd75ac6e79
commit f3b205d396
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ public class TestCatalogJanitorCluster {
gc = janitor.scan();
report = janitor.getLastReport();
assertFalse(report.isEmpty());
assertEquals(1, report.getUnknownServers().size());
// Finally, make an empty regioninfo in t1.
RegionInfo t1Ri2 = t1Ris.get(2);
Put pEmptyRI = new Put(t1Ri2.getRegionName());