HBASE-22555 Re-enable TestMasterOperationsForRegionReplicas (#1345)
Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
b71ef1e94a
commit
05023846f9
|
@ -65,7 +65,6 @@ import org.apache.hadoop.hbase.util.JVMClusterUtil;
|
||||||
import org.junit.AfterClass;
|
import org.junit.AfterClass;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.ClassRule;
|
import org.junit.ClassRule;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Rule;
|
import org.junit.Rule;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
@ -286,7 +285,6 @@ public class TestMasterOperationsForRegionReplicas {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore("Enable when we have support for alter_table- HBASE-10361")
|
|
||||||
public void testIncompleteMetaTableReplicaInformation() throws Exception {
|
public void testIncompleteMetaTableReplicaInformation() throws Exception {
|
||||||
final TableName tableName = TableName.valueOf(name.getMethodName());
|
final TableName tableName = TableName.valueOf(name.getMethodName());
|
||||||
final int numRegions = 3;
|
final int numRegions = 3;
|
||||||
|
|
Loading…
Reference in New Issue