Package org.apache.hadoop.hbase.wal
Class TestBoundedRegionGroupingStrategyUsingWPETool
java.lang.Object
org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategyUsingWPETool
public class TestBoundedRegionGroupingStrategyUsingWPETool
extends TestBoundedRegionGroupingStrategy
Tests for TestBoundedRegionGroupingStrategy 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
private static final org.slf4j.Logger
Fields inherited from class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
CONF, FS, TEST_UTIL, walProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Write to a log file with three concurrent threads and verifying all data is written.void
Make sure we can successfully run with more regions then our bound.void
Methods inherited from class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
data, setMembershipDedups, setUp, setUpBeforeClass, tearDown, tearDownAfterClass
-
Field Details
-
CLASS_RULE
-
LOG
-
-
Constructor Details
-
TestBoundedRegionGroupingStrategyUsingWPETool
-
-
Method Details
-
testConcurrentWrites
Write to a log file with three concurrent threads and verifying all data is written.- Throws:
Exception
-
testMoreRegionsThanBound
Make sure we can successfully run with more regions then our bound.- Throws:
Exception
-
testBoundsGreaterThanDefault
- Throws:
Exception
-
testMoreRegionsThanBoundWithBoundsGreaterThanDefault
- Throws:
Exception
-