Class TestIgnoreUnknownFamily
java.lang.Object
org.apache.hadoop.hbase.master.procedure.TestIgnoreUnknownFamily
@Tag("org.apache.hadoop.hbase.testclassification.MasterTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestIgnoreUnknownFamily
extends Object
Testcase for HBASE-22632
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private Stringprivate static final byte[]private static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddStoreFileToKnownFamily(org.apache.hadoop.hbase.client.RegionInfo region) voidsetTestMethod(org.junit.jupiter.api.TestInfo testInfo) static voidsetUp()static voidtearDown()voidvoidvoid
-
Field Details
-
UTIL
-
FAMILY
-
UNKNOWN_FAMILY
-
testMethodName
-
-
Constructor Details
-
TestIgnoreUnknownFamily
public TestIgnoreUnknownFamily()
-
-
Method Details
-
setTestMethod
-
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
@Test public void testSplit() throws IOException, InterruptedException, ExecutionException, TimeoutException -
testMerge
@Test public void testMerge() throws IOException, InterruptedException, ExecutionException, TimeoutException
-