Skip to content

Commit

Permalink
HBASE-22805 Fix broken unit test, TestCatalogJanitorCluster on branch…
Browse files Browse the repository at this point in the history
…-2.1 and branch-2.0
  • Loading branch information
saintstack committed Aug 6, 2019
1 parent dd75ac6 commit f3b205d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public void testConsistency() throws IOException {
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());
Expand Down

0 comments on commit f3b205d

Please sign in to comment.