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 java.lang.Exception
java.lang.Exceptionpublic void testFullRestoreSingleCommand()
throws java.lang.Exception
java.lang.Exceptionpublic void testFullRestoreMultiple()
throws java.lang.Exception
java.lang.Exceptionpublic void testFullRestoreMultipleCommand()
throws java.lang.Exception
java.lang.Exceptionpublic void testFullRestoreSingleOverwrite()
throws java.lang.Exception
java.lang.Exceptionpublic void testFullRestoreSingleOverwriteCommand()
throws java.lang.Exception
java.lang.Exceptionpublic void testFullRestoreMultipleOverwrite()
throws java.lang.Exception
java.lang.Exceptionpublic void testFullRestoreMultipleOverwriteCommand()
throws java.lang.Exception
java.lang.Exceptionpublic void testFullRestoreSingleDNE()
throws java.lang.Exception
java.lang.Exceptionpublic void testFullRestoreSingleDNECommand()
throws java.lang.Exception
java.lang.Exceptionpublic void testFullRestoreMultipleDNE()
throws java.lang.Exception
java.lang.Exceptionpublic void testFullRestoreMultipleDNECommand()
throws java.lang.Exception
java.lang.Exception