public class TestAdmin3 extends TestAdminBase
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
ADMIN, name, TEST_UTIL
Constructor and Description |
---|
TestAdmin3() |
Modifier and Type | Method and Description |
---|---|
void |
testDeleteEditUnknownColumnFamilyAndOrTable() |
void |
testDeleteLastColumnFamily() |
void |
testDisableAndEnableTable() |
void |
testDisableAndEnableTables() |
void |
testEnableDisableAddColumnDeleteColumn() |
void |
testEnableTableRetainAssignment()
Test retain assignment on enableTable.
|
void |
testGetTableDescriptor() |
void |
testModifyRegionReplicasEnabledTable() |
void |
testReadOnlyTableModify()
Verify schema change for read only table
|
getStateFromMeta, setUpBeforeClass, tearDown, tearDownAfterClass
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
public TestAdmin3()
public void testDisableAndEnableTable() throws IOException
IOException
public void testDisableAndEnableTables() throws IOException
IOException
public void testEnableTableRetainAssignment() throws IOException
IOException
public void testEnableDisableAddColumnDeleteColumn() throws Exception
Exception
public void testGetTableDescriptor() throws IOException
IOException
public void testReadOnlyTableModify() throws IOException, InterruptedException
IOException
InterruptedException
public void testModifyRegionReplicasEnabledTable() throws Exception
Exception
public void testDeleteLastColumnFamily() throws Exception
Exception
public void testDeleteEditUnknownColumnFamilyAndOrTable() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.