public class TestWALOpenAfterDNRollingStart extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
String |
walProvider |
| Constructor and Description |
|---|
TestWALOpenAfterDNRollingStart() |
| Modifier and Type | Method and Description |
|---|---|
static List<Object[]> |
data() |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
test()
see HBASE-18132 This is a test case of failing open a wal(for replication for example) after
all datanode restarted (rolling upgrade, for example).
|
public static final HBaseClassTestRule CLASS_RULE
public String walProvider
public TestWALOpenAfterDNRollingStart()
public static void setUpBeforeClass() throws Exception
Exceptionpublic void setUp() throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void test() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.