| Class | Description |
|---|---|
| AbstractTestFSWAL | |
| AbstractTestLogRolling |
Test log deletion as logs are rolled.
|
| AbstractTestLogRollPeriod |
Tests that verifies that the log is forced to be rolled every "hbase.regionserver.logroll.period"
|
| AbstractTestProtobufLog<W extends Closeable> |
WAL tests that can be reused across providers.
|
| AbstractTestWALReplay |
Test replay of edits out of a WAL split.
|
| AbstractTestWALReplay.CustomStoreFlusher | |
| FaultyProtobufLogReader | |
| InstrumentedLogWriter | |
| TestAsyncFSWAL |
Provides AsyncFSWAL test cases.
|
| TestAsyncLogRolling | |
| TestAsyncLogRollPeriod | |
| TestAsyncProtobufLog | |
| TestAsyncWALReplay | |
| TestAsyncWALReplayCompressed | |
| 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.
|
| TestFSWALEntry | |
| TestHBaseWalOnEC | |
| TestLogRollAbort |
Tests for conditions that should trigger RegionServer aborts when
rolling the current WAL fails.
|
| TestLogRolling | |
| TestLogRollingNoCluster |
Test many concurrent appenders to an WAL while rolling the log.
|
| TestLogRollingNoCluster.HighLatencySyncWriter |
ProtobufLogWriter that simulates higher latencies in sync() call
|
| TestLogRollPeriod | |
| TestMetricsWAL | |
| TestMetricsWALSource | |
| TestMetricsWALSourceImpl | |
| TestProtobufLog | |
| TestSecureAsyncWALReplay | |
| TestSecureWALReplay | |
| TestSequenceIdAccounting | |
| TestSyncFuture | |
| TestWALActionsListener |
Test that the actions are called while playing with an WAL
|
| TestWALActionsListener.DummyWALActionsListener |
Just counts when methods are called
|
| TestWALCellCodecWithCompression | |
| TestWALConfiguration |
Ensure configuration changes are having an effect on WAL.
|
| TestWALDurability |
Tests for WAL write durability - hflush vs hsync
|
| TestWALReplay | |
| TestWALReplayBoundedLogWriterCreation | |
| TestWALReplayCompressed |
Enables compression and runs the TestWALReplay tests.
|
| Enum | Description |
|---|---|
| FaultyProtobufLogReader.FailureType |
Copyright © 2007–2019 Cloudera. All rights reserved.