Package org.apache.hadoop.hbase.wal
Class TestBoundedRegionGroupingStrategyUsingWPETool
java.lang.Object
org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategyUsingWPETool
@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
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
Fields inherited from class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
CONF, FS, TEST_UTIL, walProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<org.junit.jupiter.params.provider.Arguments>voidvoidWrite to a log file with three concurrent threads and verifying all data is written.voidMake sure we can successfully run with more regions then our bound.voidMethods inherited from class org.apache.hadoop.hbase.wal.TestBoundedRegionGroupingStrategy
setMembershipDedups, setUp, setUpBeforeClass, tearDown, tearDownAfterClass
-
Constructor Details
-
TestBoundedRegionGroupingStrategyUsingWPETool
-
-
Method Details
-
parameters
-
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
-