Class TestRemoteBackup

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

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

    • LOG

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

  • Method Details

    • setUp

      @BeforeAll public static void setUp() throws Exception
      Setup Cluster with appropriate configurations before running tests.
      Throws:
      Exception - if starting the mini cluster or setting up the tables fails
    • testFullBackupRemote

      @Test public void testFullBackupRemote() throws Exception
      Verify that a remote full backup is created on a single table with data correctly.
      Throws:
      Exception - if an operation on the table fails