Package org.apache.hadoop.hbase.wal
Class TestFSHLogProviderWithConcurrentWrites
java.lang.Object
org.apache.hadoop.hbase.wal.TestFSHLogProviderWithConcurrentWrites
Tests for TestFSHLogProvider which use WALPerformanceEvaluation for WAL data creation. This class
was created as part of refactoring for hbase-diagnostics module creation in HBASE-28432 to break
cyclic dependency.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
final org.junit.rules.TestName
private static org.apache.hadoop.fs.FileSystem
private static final org.slf4j.Logger
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUp()
static void
static void
void
Write to a log file with three concurrent threads and verifying all data is written.
-
Field Details
-
CLASS_RULE
-
LOG
-
fs
-
TEST_UTIL
-
currentTest
-
-
Constructor Details
-
TestFSHLogProviderWithConcurrentWrites
-
-
Method Details