HBASE-13741 Disable TestRegionObserverInterface#testRecovery and testLegacyRecovery (Stephen Jiang)
This commit is contained in:
parent
e1e8434340
commit
a9cf353c75
@ -80,6 +80,7 @@ import org.apache.hadoop.hbase.util.JVMClusterUtil;
|
|||||||
import org.apache.hadoop.hbase.util.Threads;
|
import org.apache.hadoop.hbase.util.Threads;
|
||||||
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;
|
||||||
|
|
||||||
@ -589,6 +590,7 @@ public class TestRegionObserverInterface {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore // TODO: HBASE-13391 to fix flaky test
|
||||||
@Test (timeout=300000)
|
@Test (timeout=300000)
|
||||||
public void testRecovery() throws Exception {
|
public void testRecovery() throws Exception {
|
||||||
LOG.info(TestRegionObserverInterface.class.getName() +".testRecovery");
|
LOG.info(TestRegionObserverInterface.class.getName() +".testRecovery");
|
||||||
@ -639,6 +641,7 @@ public class TestRegionObserverInterface {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore // TODO: HBASE-13391 to fix flaky test
|
||||||
@Test (timeout=300000)
|
@Test (timeout=300000)
|
||||||
public void testLegacyRecovery() throws Exception {
|
public void testLegacyRecovery() throws Exception {
|
||||||
LOG.info(TestRegionObserverInterface.class.getName() +".testLegacyRecovery");
|
LOG.info(TestRegionObserverInterface.class.getName() +".testLegacyRecovery");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user