Package org.apache.hadoop.hbase
Class TestFSTableDescriptorForceCreation
java.lang.Object
org.apache.hadoop.hbase.TestFSTableDescriptorForceCreation
@Tag("org.apache.hadoop.hbase.testclassification.MiscTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestFSTableDescriptorForceCreation
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp(org.junit.jupiter.api.TestInfo testInfo) voidvoidvoid
-
Field Details
-
UTIL
-
name
-
-
Constructor Details
-
TestFSTableDescriptorForceCreation
public TestFSTableDescriptorForceCreation()
-
-
Method Details
-
setUp
-
testShouldCreateNewTableDescriptorIfForcefulCreationIsFalse
- Throws:
IOException
-
testShouldNotCreateTheSameTableDescriptorIfForcefulCreationIsFalse
@Test public void testShouldNotCreateTheSameTableDescriptorIfForcefulCreationIsFalse() throws IOException- Throws:
IOException
-
testShouldAllowForcefulCreationOfAlreadyExistingTableDescriptor
@Test public void testShouldAllowForcefulCreationOfAlreadyExistingTableDescriptor() throws Exception- Throws:
Exception
-