public class TestMetaTableAccessorNoCluster extends Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.hadoop.hbase.Abortable |
ABORTABLE |
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
private static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestMetaTableAccessorNoCluster() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
void |
before() |
void |
testGetHRegionInfo() |
void |
testMultiMutate()
Expect a IOE to come out of multiMutate, even if down in the depths we throw a
RuntimeException.
|
void |
testRideOverServerNotRunning()
Test that MetaTableAccessor will ride over server throwing "Server not running" IOEs.
|
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility UTIL
private static final org.apache.hadoop.hbase.Abortable ABORTABLE
public TestMetaTableAccessorNoCluster()
public void after() throws IOException
IOException
public void testMultiMutate() throws Throwable
Throwable
public void testGetHRegionInfo() throws IOException
IOException
public void testRideOverServerNotRunning() throws IOException, InterruptedException, org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
IOException
InterruptedException
org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.