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:
Michael Stack 2013-10-09 15:25:21 +00:00
parent 7dd240c8ad
commit 208787b5b1
1 changed files with 5 additions and 1 deletions

View File

@ -20,8 +20,12 @@ package org.apache.hadoop.hbase.master;
import static org.junit.Assert.*; import static org.junit.Assert.*;
import org.apache.hadoop.hbase.HBaseTestingUtility; import org.apache.hadoop.hbase.HBaseTestingUtility;
import org.apache.hadoop.hbase.SmallTests;
import org.junit.Test; import org.junit.Test;
import org.junit.experimental.categories.Category;
@Category(SmallTests.class)
public class TestHMasterCommandLine { public class TestHMasterCommandLine {
private static final HBaseTestingUtility TESTING_UTIL = new HBaseTestingUtility(); private static final HBaseTestingUtility TESTING_UTIL = new HBaseTestingUtility();
@Test @Test