public class TestFullRestore extends TestBackupBase
BACKUP_FAILED_NODE, BACKUP_REMOTE_ROOT_DIR, BACKUP_ROOT_DIR, BACKUP_SUCCEED_NODE, BACKUP_ZNODE, conf1, conf2, famName, NB_ROWS_IN_BATCH, qualName, table1, table1_restore, table2, table2_restore, table3, table3_restore, table4, table4_restore, TEST_UTIL, TEST_UTIL2
Constructor and Description |
---|
TestFullRestore() |
Modifier and Type | Method and Description |
---|---|
void |
testFullRestoreMultiple()
Verify that multiple tables are restored to new tables.
|
void |
testFullRestoreMultipleCommand()
Verify that multiple tables are restored to new tables.
|
void |
testFullRestoreMultipleDNE()
Verify that restore fails on multiple tables that do not exist.
|
void |
testFullRestoreMultipleDNECommand()
Verify that restore fails on multiple tables that do not exist.
|
void |
testFullRestoreMultipleOverwrite()
Verify that multiple tables are restored to new tables using overwrite.
|
void |
testFullRestoreMultipleOverwriteCommand()
Verify that multiple tables are restored to new tables using overwrite.
|
void |
testFullRestoreSingle()
Verify that a single table is restored to a new table
|
void |
testFullRestoreSingleCommand() |
void |
testFullRestoreSingleDNE()
Verify that restore fails on a single table that does not exist.
|
void |
testFullRestoreSingleDNECommand()
Verify that restore fails on a single table that does not exist.
|
void |
testFullRestoreSingleOverwrite()
Verify that a single table is restored using overwrite
|
void |
testFullRestoreSingleOverwriteCommand()
Verify that a single table is restored using overwrite
|
backupTables, checkFailed, checkSucceeded, createRestoreRequest, createTables, dumpBackupDir, fullTableBackup, getBackupAdmin, incrementalTableBackup, loadTable, setUpBeforeClass, tearDownAfterClass, toList, waitForSystemTable
public void testFullRestoreSingle() throws Exception
Exception
public void testFullRestoreSingleCommand() throws Exception
Exception
public void testFullRestoreMultiple() throws Exception
Exception
public void testFullRestoreMultipleCommand() throws Exception
Exception
public void testFullRestoreSingleOverwrite() throws Exception
Exception
public void testFullRestoreSingleOverwriteCommand() throws Exception
Exception
public void testFullRestoreMultipleOverwrite() throws Exception
Exception
public void testFullRestoreMultipleOverwriteCommand() throws Exception
Exception
public void testFullRestoreSingleDNE() throws Exception
Exception
public void testFullRestoreSingleDNECommand() throws Exception
Exception
public void testFullRestoreMultipleDNE() throws Exception
Exception