public class TestStressWALProcedureStore extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.fs.FileSystem |
fs |
private HBaseCommonTestingUtility |
htu |
private static org.slf4j.Logger |
LOG |
private org.apache.hadoop.fs.Path |
logDir |
private static int |
PROCEDURE_STORE_SLOTS |
private org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore |
procStore |
private org.apache.hadoop.fs.Path |
testDir |
Constructor and Description |
---|
TestStressWALProcedureStore() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
private void |
setupConfiguration(org.apache.hadoop.conf.Configuration conf) |
void |
tearDown() |
void |
testEntrySizeLimit() |
void |
testInsertUpdateDelete() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final int PROCEDURE_STORE_SLOTS
private org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore procStore
private HBaseCommonTestingUtility htu
private org.apache.hadoop.fs.FileSystem fs
private org.apache.hadoop.fs.Path testDir
private org.apache.hadoop.fs.Path logDir
public TestStressWALProcedureStore()
private void setupConfiguration(org.apache.hadoop.conf.Configuration conf)
public void setUp() throws IOException
IOException
public void tearDown() throws IOException
IOException
public void testInsertUpdateDelete() throws Exception
Exception
public void testEntrySizeLimit() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.