public class TestCanaryTool extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
COLUMN |
private static byte[] |
FAMILY |
(package private) org.apache.log4j.Appender |
mockAppender |
org.junit.rules.TestName |
name |
private HBaseTestingUtility |
testingUtility |
| Constructor and Description |
|---|
TestCanaryTool() |
| Modifier and Type | Method and Description |
|---|---|
private void |
runRegionserverCanary() |
void |
setUp() |
void |
tearDown() |
void |
testBasicCanaryWorks() |
void |
testBasicZookeeperCanaryWorks() |
void |
testCanaryRegionTaskResult() |
void |
testRawScanConfig() |
void |
testReadTableTimeouts() |
void |
testRegionserverNoRegions() |
void |
testRegionserverWithRegions() |
void |
testWriteTableTimeout() |
void |
testZookeeperCanaryPermittedFailuresArgumentWorks() |
private void |
testZookeeperCanaryWithArgs(String[] args) |
public static final HBaseClassTestRule CLASS_RULE
private HBaseTestingUtility testingUtility
private static final byte[] FAMILY
private static final byte[] COLUMN
public org.junit.rules.TestName name
@Mock org.apache.log4j.Appender mockAppender
public TestCanaryTool()
public void testBasicZookeeperCanaryWorks() throws Exception
Exceptionpublic void testZookeeperCanaryPermittedFailuresArgumentWorks() throws Exception
Exceptionpublic void testBasicCanaryWorks() throws Exception
Exceptionpublic void testCanaryRegionTaskResult() throws Exception
Exceptionpublic void testReadTableTimeouts() throws Exception
Exceptionpublic void testWriteTableTimeout() throws Exception
Exceptionpublic void testRegionserverNoRegions() throws Exception
Exceptionpublic void testRegionserverWithRegions() throws Exception
Exceptionpublic void testRawScanConfig() throws Exception
Exceptionprivate void runRegionserverCanary() throws Exception
Exceptionprivate void testZookeeperCanaryWithArgs(String[] args) throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.