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, tearDownAfterClass
private static final org.slf4j.Logger LOG
private org.apache.hadoop.hbase.TableName tableName
public AbstractTestCIOperationTimeout()
public void setUp() throws IOException
IOException
protected abstract void execute(org.apache.hadoop.hbase.client.Table table) throws IOException
IOException
public void testOperationTimeout() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.