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, secure, table1, table1_restore, table1Desc, 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, fullTableBackup, getBackupAdmin, incrementalTableBackup, loadTable, setUpBeforeClass, tearDownAfterClass, toList, waitForSystemTablepublic void testFullRestoreSingle()
throws Exception
Exceptionpublic void testFullRestoreSingleCommand()
throws Exception
Exceptionpublic void testFullRestoreMultiple()
throws Exception
Exceptionpublic void testFullRestoreMultipleCommand()
throws Exception
Exceptionpublic void testFullRestoreSingleOverwrite()
throws Exception
Exceptionpublic void testFullRestoreSingleOverwriteCommand()
throws Exception
Exceptionpublic void testFullRestoreMultipleOverwrite()
throws Exception
Exceptionpublic void testFullRestoreMultipleOverwriteCommand()
throws Exception
Exceptionpublic void testFullRestoreSingleDNE()
throws Exception
Exceptionpublic void testFullRestoreSingleDNECommand()
throws Exception
Exceptionpublic void testFullRestoreMultipleDNE()
throws Exception
Exception