Package org.apache.hadoop.hbase.client
Class TestMobCloneSnapshotFromClientCloneLinksAfterDelete
java.lang.Object
org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
org.apache.hadoop.hbase.client.CloneSnapshotFromClientCloneLinksAfterDeleteTestBase
org.apache.hadoop.hbase.client.TestMobCloneSnapshotFromClientCloneLinksAfterDelete
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This coprocessor is used to delay the flush. -
Field Summary
Fields inherited from class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
admin, emptySnapshot, FAMILY, name, snapshot0Rows, snapshot1Rows, snapshotName0, snapshotName1, snapshotName2, tableName, TEST_UTIL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
countRows
(org.apache.hadoop.hbase.client.Table table) protected void
protected int
static void
protected static void
void
Verify that tables created from the snapshot are still alive after source table deletion.Methods inherited from class org.apache.hadoop.hbase.client.CloneSnapshotFromClientTestBase
getNumReplicas, getValidMethodName, setup, tearDown, tearDownAfterClass, verifyRowCount
-
Field Details
-
CLASS_RULE
-
delayFlush
-
-
Constructor Details
-
TestMobCloneSnapshotFromClientCloneLinksAfterDelete
-
-
Method Details
-
setupConfiguration
-
setUpBeforeClass
- Throws:
Exception
-
createTable
- Overrides:
createTable
in classCloneSnapshotFromClientTestBase
- Throws:
IOException
InterruptedException
-
numRowsToLoad
- Overrides:
numRowsToLoad
in classCloneSnapshotFromClientTestBase
-
countRows
- Overrides:
countRows
in classCloneSnapshotFromClientTestBase
- Throws:
IOException
-
testCloneLinksAfterDelete
Description copied from class:CloneSnapshotFromClientCloneLinksAfterDeleteTestBase
Verify that tables created from the snapshot are still alive after source table deletion.- Overrides:
testCloneLinksAfterDelete
in classCloneSnapshotFromClientCloneLinksAfterDeleteTestBase
- Throws:
IOException
InterruptedException
-