public class TestBackupSystemTable extends Object
Modifier and Type | Field and Description |
---|---|
protected static MiniHBaseCluster |
cluster |
protected static Configuration |
conf |
protected static Connection |
conn |
protected BackupSystemTable |
table |
Constructor and Description |
---|
TestBackupSystemTable() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
void |
before() |
static void |
setUp() |
static void |
tearDown() |
void |
testAddWALFiles() |
void |
testBackupDelete() |
void |
testBackupHistory() |
void |
testBackupSetAddExists() |
void |
testBackupSetAddExistsIntersects() |
void |
testBackupSetAddNotExists()
Backup set tests
|
void |
testBackupSetDelete() |
void |
testBackupSetList() |
void |
testBackupSetRemove() |
void |
testBackupSetRemoveSomeNotExists() |
void |
testIncrementalBackupTableSet() |
void |
testRegionServerLastLogRollResults() |
void |
testRegionServerLogTimestampMap() |
void |
testUpdateReadDeleteBackupStatus() |
void |
testWriteReadBackupStartCode() |
protected static Configuration conf
protected static MiniHBaseCluster cluster
protected static Connection conn
protected BackupSystemTable table
public void before() throws IOException
IOException
public void after()
public void testUpdateReadDeleteBackupStatus() throws IOException
IOException
public void testWriteReadBackupStartCode() throws IOException
IOException
public void testBackupHistory() throws IOException
IOException
public void testBackupDelete() throws IOException
IOException
public void testRegionServerLastLogRollResults() throws IOException
IOException
public void testIncrementalBackupTableSet() throws IOException
IOException
public void testRegionServerLogTimestampMap() throws IOException
IOException
public void testAddWALFiles() throws IOException
IOException
public void testBackupSetAddNotExists() throws IOException
IOException
public void testBackupSetAddExists() throws IOException
IOException
public void testBackupSetAddExistsIntersects() throws IOException
IOException
public void testBackupSetRemoveSomeNotExists() throws IOException
IOException
public void testBackupSetRemove() throws IOException
IOException
public void testBackupSetDelete() throws IOException
IOException
public void testBackupSetList() throws IOException
IOException
public static void tearDown() throws IOException
IOException