HBASE-9563 Autorestart doesn't work if zkcleaner fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1530675 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7dd240c8ad
commit
208787b5b1
|
@ -20,8 +20,12 @@ package org.apache.hadoop.hbase.master;
|
|||
import static org.junit.Assert.*;
|
||||
|
||||
import org.apache.hadoop.hbase.HBaseTestingUtility;
|
||||
import org.apache.hadoop.hbase.SmallTests;
|
||||
import org.junit.Test;
|
||||
import org.junit.experimental.categories.Category;
|
||||
|
||||
|
||||
@Category(SmallTests.class)
|
||||
public class TestHMasterCommandLine {
|
||||
private static final HBaseTestingUtility TESTING_UTIL = new HBaseTestingUtility();
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue