public class TestProtobufLog
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
TestName |
currentTest |
protected Path |
dir |
protected FileSystem |
fs |
protected static Log |
LOG |
protected static HBaseTestingUtility |
TEST_UTIL |
protected WALFactory |
wals |
| Constructor and Description |
|---|
TestProtobufLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testWALTrailer()
Reads the WAL with and without WALTrailer.
|
protected static final Log LOG
protected static final HBaseTestingUtility TEST_UTIL
protected FileSystem fs
protected Path dir
protected WALFactory wals
public final TestName currentTest
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testWALTrailer()
throws java.io.IOException
java.io.IOException