HBASE-9007 TestReplicationKillSlaveRS.killOneSlaveRS fails
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1505256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b17b2e46a8
commit
5d8033c3c5
@ -19,6 +19,7 @@ package org.apache.hadoop.hbase.replication;
|
|||||||
|
|
||||||
import org.apache.hadoop.hbase.LargeTests;
|
import org.apache.hadoop.hbase.LargeTests;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -28,9 +29,8 @@ import org.junit.experimental.categories.Category;
|
|||||||
@Category(LargeTests.class)
|
@Category(LargeTests.class)
|
||||||
public class TestReplicationKillMasterRS extends TestReplicationKillRS {
|
public class TestReplicationKillMasterRS extends TestReplicationKillRS {
|
||||||
|
|
||||||
@Test(timeout=300000)
|
@Ignore ("Flakey. See HBASE-9008 and HBASE-9007") @Test(timeout=300000)
|
||||||
public void killOneMasterRS() throws Exception {
|
public void killOneMasterRS() throws Exception {
|
||||||
loadTableAndKillRS(utility1);
|
loadTableAndKillRS(utility1);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user