public abstract class AbstractTestCIOperationTimeout extends AbstractTestCITimeout
ConnectionImplementation.AbstractTestCITimeout.SleepAndFailFirstTime, AbstractTestCITimeout.SleepCoprocessor| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG |
private org.apache.hadoop.hbase.TableName |
tableName |
FAM_NAM, name, TEST_UTIL| Constructor and Description |
|---|
AbstractTestCIOperationTimeout() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
execute(org.apache.hadoop.hbase.client.Table table) |
void |
setUp() |
void |
testOperationTimeout()
Test that an operation can fail if we read the global operation timeout, even if the individual
timeout is fine.
|
setUpBeforeClass, tearDownAfterClassprivate static final org.slf4j.Logger LOG
private org.apache.hadoop.hbase.TableName tableName
public AbstractTestCIOperationTimeout()
public void setUp() throws IOException
IOExceptionprotected abstract void execute(org.apache.hadoop.hbase.client.Table table) throws IOException
IOExceptionpublic void testOperationTimeout() throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.