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
IOExceptionpublic void testFindsSnapshotFilesWhenCleaning()
throws IOException
IOExceptionpublic void testCorruptedRegionManifest()
throws IOException
IOExceptionpublic void testCorruptedDataManifest()
throws IOException
IOException