public class TestBoundedRegionGroupingProvider extends Object
Modifier and Type | Field and Description |
---|---|
protected static Configuration |
conf |
TestName |
currentTest |
protected static FileSystem |
fs |
protected static Log |
LOG |
protected static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestBoundedRegionGroupingProvider() |
Modifier and Type | Method and Description |
---|---|
void |
setMembershipDedups()
Ensure that we can use Set.add to deduplicate WALs
|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testBoundsGreaterThanDefault() |
void |
testConcurrentWrites()
Write to a log file with three concurrent threads and verifying all data is written.
|
void |
testMoreRegionsThanBound()
Make sure we can successfully run with more regions then our bound.
|
void |
testMoreRegionsThanBoundWithBoundsGreaterThanDefault() |
protected static final Log LOG
public TestName currentTest
protected static Configuration conf
protected static FileSystem fs
protected static final HBaseTestingUtility TEST_UTIL
public void testConcurrentWrites() throws Exception
Exception
public void testMoreRegionsThanBound() throws Exception
Exception
public void testBoundsGreaterThanDefault() throws Exception
Exception
public void testMoreRegionsThanBoundWithBoundsGreaterThanDefault() throws Exception
Exception
public void setMembershipDedups() throws IOException
IOException