HBASE-18366 Fix flaky test TestServerCrashProcedure#testRecoveryAndDoubleExecutionOnRsWithMeta (Umesh Agashe)

Disabled for now. Will be back here when a more fundamental fix.
This commit is contained in:
Michael Stack 2017-07-14 22:39:53 +01:00
parent a4575704bc
commit 4663d7b9a7
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ import org.apache.hadoop.hbase.testclassification.MasterTests;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.Ignore;
import org.junit.experimental.categories.Category;
@Category({MasterTests.class, LargeTests.class})
@ -85,6 +86,7 @@ public class TestServerCrashProcedure {
public void testCrashTargetRs() throws Exception {
}
@Ignore // HBASE-18366... To be enabled again.
@Test(timeout=60000)
public void testRecoveryAndDoubleExecutionOnRsWithMeta() throws Exception {
testRecoveryAndDoubleExecution(true);