Class | Description |
---|---|
TestCompressor |
Test our compressor class.
|
TestCustomWALCellCodec |
Test that we can create, load, setup our own custom codec
|
TestCustomWALCellCodec.CustomWALCellCodec | |
TestDurability |
Tests for WAL write durability
|
TestFSHLog |
Provides FSHLog test cases.
|
TestKeyValueCompression | |
TestLogRollAbort |
Tests for conditions that should trigger RegionServer aborts when
rolling the current WAL fails.
|
TestLogRolling |
Test log deletion as logs are rolled.
|
TestLogRollingNoCluster |
Test many concurrent appenders to an WAL while rolling the log.
|
TestLogRollingNoCluster.HighLatencySyncWriter |
ProtobufLogWriter that simulates higher latencies in sync() call
|
TestLogRollPeriod |
Tests that verifies that the log is forced to be rolled every "hbase.regionserver.logroll.period"
|
TestMetricsWAL | |
TestProtobufLog |
WAL tests that can be reused across providers.
|
TestReadOldRootAndMetaEdits |
Tests to read old ROOT, Meta edits.
|
TestSecureWALReplay | |
TestSyncFuture | |
TestWALActionsListener |
Test that the actions are called while playing with an WAL
|
TestWALActionsListener.DummyWALActionsListener |
Just counts when methods are called
|
TestWALCellCodecWithCompression | |
TestWALReplay |
Test replay of edits out of a WAL split.
|
TestWALReplay.CustomStoreFlusher | |
TestWALReplayCompressed |
Enables compression and runs the TestWALReplay tests.
|