public class TestSnapshotHFileCleaner extends Object
Constructor and Description |
---|
TestSnapshotHFileCleaner() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanup() |
static void |
setup()
Setup the test environment
|
void |
testCorruptedDataManifest()
If there is a corrupted data manifest, it should throw out CorruptedSnapshotException,
instead of an IOException
|
void |
testCorruptedRegionManifest()
If there is a corrupted region manifest, it should throw out CorruptedSnapshotException,
instead of an IOException
|
void |
testFindsSnapshotFilesWhenCleaning() |
public static void cleanup() throws IOException
IOException
public void testFindsSnapshotFilesWhenCleaning() throws IOException
IOException
public void testCorruptedRegionManifest() throws IOException
IOException
public void testCorruptedDataManifest() throws IOException
IOException