Class TestRestoreBoundaryTests

java.lang.Object
org.apache.hadoop.hbase.backup.TestBackupBase
org.apache.hadoop.hbase.backup.TestRestoreBoundaryTests

@Tag("org.apache.hadoop.hbase.testclassification.LargeTests") public class TestRestoreBoundaryTests extends TestBackupBase
  • Field Details

    • LOG

      private static final org.slf4j.Logger LOG
  • Constructor Details

  • Method Details

    • testFullRestoreSingleEmpty

      @Test public void testFullRestoreSingleEmpty() throws Exception
      Verify that a single empty table is restored to a new table.
      Throws:
      Exception - if doing the backup or an operation on the tables fails
    • testFullRestoreMultipleEmpty

      @Test public void testFullRestoreMultipleEmpty() throws Exception
      Verify that multiple tables are restored to new tables.
      Throws:
      Exception - if doing the backup or an operation on the tables fails