public class TestSnapshotHFileCleaner
extends java.lang.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 setup()
throws java.lang.Exception
java.lang.Exceptionpublic static void cleanup()
throws java.io.IOException
java.io.IOExceptionpublic void testFindsSnapshotFilesWhenCleaning()
throws java.io.IOException
java.io.IOExceptionpublic void testCorruptedRegionManifest()
throws java.io.IOException
java.io.IOExceptionpublic void testCorruptedDataManifest()
throws java.io.IOException
java.io.IOException