HBASE-4825 TestRegionServersMetrics and TestZKLeaderManager are not categorized (small/medium/large); ADDENDUM; PARTIAL REVERT; MISTAKENLY COMMITTED TestCatalogTracker change
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
986a2f553c
commit
8cc1870f6f
|
@ -97,8 +97,8 @@ public class TestCatalogTracker {
|
||||||
|
|
||||||
private CatalogTracker constructAndStartCatalogTracker(final HConnection c)
|
private CatalogTracker constructAndStartCatalogTracker(final HConnection c)
|
||||||
throws IOException, InterruptedException {
|
throws IOException, InterruptedException {
|
||||||
CatalogTracker ct = new CatalogTracker(this.watcher, UTIL.getConfiguration(),
|
CatalogTracker ct = new CatalogTracker(this.watcher, null, c,
|
||||||
c, this.abortable, 0);
|
this.abortable, 0);
|
||||||
ct.start();
|
ct.start();
|
||||||
return ct;
|
return ct;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue