public class TestSnapshotMetadata
extends java.lang.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 static void setupCluster()
throws java.lang.Exception
java.lang.Exceptionpublic static void cleanupTest()
throws java.lang.Exception
java.lang.Exceptionpublic void setup()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void testDescribeMatchesAfterClone()
throws java.lang.Exception
java.lang.Exceptionpublic void testDescribeMatchesAfterRestore()
throws java.lang.Exception
java.lang.Exceptionpublic void testDescribeMatchesAfterMetadataChangeAndRestore()
throws java.lang.Exception
java.lang.Exceptionpublic void testDescribeOnEmptyTableMatchesAfterMetadataChangeAndRestore()
throws java.lang.Exception
java.lang.Exception