public class TestHFileArchiving extends Object
HFileArchiver
correctly removes all the parts of a region when cleaning up
a regionConstructor and Description |
---|
TestHFileArchiving() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanupTest() |
static void |
setupCluster()
Setup the config for the cluster
|
void |
tearDown() |
void |
testArchiveOnTableDelete() |
void |
testArchiveOnTableFamilyDelete()
Test that the store files are archived when a column family is removed.
|
void |
testCleaningRace()
Test HFileArchiver.resolveAndArchive() race condition HBASE-7643
|
void |
testDeleteRegionWithNoStoreFiles()
Test that the region directory is removed when we archive a region without store files, but
still has hidden files.
|
void |
testRemovesRegionDirOnArchive() |
public static void setupCluster() throws Exception
Exception
public void testRemovesRegionDirOnArchive() throws Exception
Exception
public void testDeleteRegionWithNoStoreFiles() throws Exception
Exception
public void testArchiveOnTableFamilyDelete() throws Exception
Exception