Class TestIgnoreUnknownFamily
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestIgnoreUnknownFamily
Testcase for HBASE-22632
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
org.junit.rules.TestName
private static final byte[]
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
addStoreFileToKnownFamily
(org.apache.hadoop.hbase.client.RegionInfo region) static void
setUp()
static void
tearDown()
void
void
void
-
Field Details
-
CLASS_RULE
-
UTIL
-
FAMILY
-
UNKNOWN_FAMILY
-
name
-
-
Constructor Details
-
TestIgnoreUnknownFamily
public TestIgnoreUnknownFamily()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
tearDownAfterTest
- Throws:
IOException
-
addStoreFileToKnownFamily
private void addStoreFileToKnownFamily(org.apache.hadoop.hbase.client.RegionInfo region) throws IOException - Throws:
IOException
-
testSplit
public void testSplit() throws IOException, InterruptedException, ExecutionException, TimeoutException -
testMerge
public void testMerge() throws IOException, InterruptedException, ExecutionException, TimeoutException
-