public class TestSnapshotMetadata extends Object
Constructor and Description |
---|
TestSnapshotMetadata() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanupTest() |
void |
setup() |
static void |
setupCluster() |
void |
tearDown() |
void |
testDescribeMatchesAfterClone()
Verify that the describe for a cloned table matches the describe from the original.
|
void |
testDescribeMatchesAfterMetadataChangeAndRestore()
Verify that if metadata changed after a snapshot was taken, that the old metadata replaces the
new metadata during a restore
|
void |
testDescribeMatchesAfterRestore()
Verify that the describe for a restored table matches the describe for one the original.
|
void |
testDescribeOnEmptyTableMatchesAfterMetadataChangeAndRestore()
Verify that when the table is empty, making metadata changes after the restore does not affect
the restored table's original metadata
|
public void testDescribeMatchesAfterClone() throws Exception
Exception
public void testDescribeMatchesAfterRestore() throws Exception
Exception
public void testDescribeMatchesAfterMetadataChangeAndRestore() throws Exception
Exception
public void testDescribeOnEmptyTableMatchesAfterMetadataChangeAndRestore() throws Exception
Exception