HBASE-14421 TestFastFail* are flakey; ADDENDUM 2 DISABLE testInterceptorIntercept50Times

This commit is contained in:
stack 2015-09-13 10:31:42 -07:00
parent e4e906f436
commit ceff3e242b
1 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ import org.apache.hadoop.hbase.testclassification.ClientTests;
import org.apache.hadoop.hbase.testclassification.SmallTests; import org.apache.hadoop.hbase.testclassification.SmallTests;
import org.apache.hadoop.hbase.util.Threads; import org.apache.hadoop.hbase.util.Threads;
import org.apache.hadoop.ipc.RemoteException; import org.apache.hadoop.ipc.RemoteException;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.junit.experimental.categories.Category; import org.junit.experimental.categories.Category;
@ -137,7 +138,7 @@ public class TestFastFailWithoutTestUtil {
assertEquals(context.getServer(), server); assertEquals(context.getServer(), server);
} }
@Test @Ignore @Test
public void testInterceptorIntercept50Times() throws IOException, public void testInterceptorIntercept50Times() throws IOException,
InterruptedException { InterruptedException {
for (int i = 0; i < 50; i++) { for (int i = 0; i < 50; i++) {