public class TestSnapshotCloneIndependence extends Object
Constructor and Description |
---|
TestSnapshotCloneIndependence() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanupTest() |
void |
setup() |
static void |
setupCluster()
Setup the config for the cluster and start it
|
void |
tearDown() |
void |
testOfflineSnapshotAppendIndependent()
Verify that adding data to the cloned table will not affect the original, and vice-versa when
it is taken as an offline snapshot.
|
void |
testOfflineSnapshotDeleteIndependent() |
void |
testOfflineSnapshotMetadataChangesIndependent()
Verify that adding netadata to the cloned table will not affect the original, and vice-versa
when is taken as an online snapshot.
|
void |
testOfflineSnapshotRegionOperationsIndependent()
Verify that region operations, in this case splitting a region, are independent between the
cloned table and the original.
|
void |
testOnlineSnapshotAppendIndependent()
Verify that adding data to the cloned table will not affect the original, and vice-versa when
it is taken as an online snapshot.
|
void |
testOnlineSnapshotDeleteIndependent() |
void |
testOnlineSnapshotMetadataChangesIndependent()
Verify that adding metadata to the cloned table will not affect the original, and vice-versa
when it is taken as an online snapshot.
|
void |
testOnlineSnapshotRegionOperationsIndependent()
Verify that region operations, in this case splitting a region, are independent between the
cloned table and the original.
|
public static void setupCluster() throws Exception
Exception
- on failurepublic void testOnlineSnapshotAppendIndependent() throws Exception
Exception
public void testOfflineSnapshotAppendIndependent() throws Exception
Exception
public void testOnlineSnapshotMetadataChangesIndependent() throws Exception
Exception
public void testOfflineSnapshotMetadataChangesIndependent() throws Exception
Exception
public void testOfflineSnapshotRegionOperationsIndependent() throws Exception
Exception
public void testOnlineSnapshotRegionOperationsIndependent() throws Exception
Exception
public void testOfflineSnapshotDeleteIndependent() throws Exception
Exception