public class TestCanaryTool extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
COLUMN |
private static byte[] |
FAMILY |
private org.apache.logging.log4j.core.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 |
testCanaryRegionTaskReadAllCF() |
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
private org.apache.logging.log4j.core.Appender mockAppender
public TestCanaryTool()
public void testBasicZookeeperCanaryWorks() throws Exception
Exception
public void testZookeeperCanaryPermittedFailuresArgumentWorks() throws Exception
Exception
public void testBasicCanaryWorks() throws Exception
Exception
public void testCanaryRegionTaskReadAllCF() throws Exception
Exception
public void testCanaryRegionTaskResult() throws Exception
Exception
public void testReadTableTimeouts() throws Exception
Exception
public void testWriteTableTimeout() throws Exception
Exception
public void testRegionserverNoRegions() throws Exception
Exception
public void testRegionserverWithRegions() throws Exception
Exception
public void testRawScanConfig() throws Exception
Exception
private void runRegionserverCanary() throws Exception
Exception
private void testZookeeperCanaryWithArgs(String[] args) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.