HBASE-7918 Reenable IntegrationTestRebalanceAndKillServersTargeted; it works now (thanks Sergey)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1449272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cb5590dce6
commit
78b8109fdc
|
@ -118,7 +118,7 @@ public class IntegrationTestRebalanceAndKillServersTargeted extends IngestIntegr
|
|||
}
|
||||
|
||||
// Disabled until we fix hbase-7520
|
||||
@Ignore @Test
|
||||
@Test
|
||||
public void testDataIngest() throws Exception {
|
||||
runIngestTest(DEFAULT_RUN_TIME, 2500, 10, 100, 20);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue