HBASE-24118 [Flakey Tests] TestCloseRegionWhileRSCrash
Reapply but as an @Ignore for the flakey test.
This commit is contained in:
parent
0dc2712c90
commit
0e30e00c56
|
@ -160,7 +160,7 @@ public class TestCloseRegionWhileRSCrash {
|
||||||
UTIL.shutdownMiniCluster();
|
UTIL.shutdownMiniCluster();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@org.junit.Ignore @Test // Until root-cause of flakeyness, HBASE-24117, is addressed.
|
||||||
public void testRetryBackoff() throws IOException, InterruptedException {
|
public void testRetryBackoff() throws IOException, InterruptedException {
|
||||||
HRegionServer srcRs = UTIL.getRSForFirstRegionInTable(TABLE_NAME);
|
HRegionServer srcRs = UTIL.getRSForFirstRegionInTable(TABLE_NAME);
|
||||||
RegionInfo region = srcRs.getRegions(TABLE_NAME).get(0).getRegionInfo();
|
RegionInfo region = srcRs.getRegions(TABLE_NAME).get(0).getRegionInfo();
|
||||||
|
|
Loading…
Reference in New Issue