HBASE-5223 TestMetaReaderEditor is missing call to CatalogTracker.stop()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1233101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c8829e0ad
commit
8ebcadd679
|
@ -83,6 +83,7 @@ public class TestMetaReaderEditor {
|
|||
|
||||
@AfterClass public static void afterClass() throws Exception {
|
||||
ABORTABLE.abort("test ending", null);
|
||||
ct.stop();
|
||||
UTIL.shutdownMiniCluster();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue