public class TestBoundedRegionGroupingProvider
extends java.lang.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 setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testConcurrentWrites()
throws java.lang.Exception
java.lang.Exceptionpublic void testMoreRegionsThanBound()
throws java.lang.Exception
java.lang.Exceptionpublic void testBoundsGreaterThanDefault()
throws java.lang.Exception
java.lang.Exceptionpublic void testMoreRegionsThanBoundWithBoundsGreaterThanDefault()
throws java.lang.Exception
java.lang.Exceptionpublic void setMembershipDedups()
throws java.io.IOException
java.io.IOException