HBASE-16975 Disable two subtests of TestSerialReplication (Phil Yang)
This commit is contained in:
parent
b1d1dc8569
commit
c82fc6e0b2
|
@ -54,6 +54,7 @@ import org.apache.hadoop.hbase.zookeeper.MiniZooKeeperCluster;
|
||||||
import org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher;
|
import org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher;
|
||||||
import org.junit.AfterClass;
|
import org.junit.AfterClass;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
|
||||||
|
@ -182,6 +183,7 @@ public class TestSerialReplication {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void testRegionSplit() throws Exception {
|
public void testRegionSplit() throws Exception {
|
||||||
TableName tableName = TableName.valueOf("testRegionSplit");
|
TableName tableName = TableName.valueOf("testRegionSplit");
|
||||||
HTableDescriptor table = new HTableDescriptor(tableName);
|
HTableDescriptor table = new HTableDescriptor(tableName);
|
||||||
|
@ -271,6 +273,7 @@ public class TestSerialReplication {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@Ignore
|
||||||
public void testRegionMerge() throws Exception {
|
public void testRegionMerge() throws Exception {
|
||||||
TableName tableName = TableName.valueOf("testRegionMerge");
|
TableName tableName = TableName.valueOf("testRegionMerge");
|
||||||
HTableDescriptor table = new HTableDescriptor(tableName);
|
HTableDescriptor table = new HTableDescriptor(tableName);
|
||||||
|
|
Loading…
Reference in New Issue