Class ExportSnapshotRetryTestBase

java.lang.Object
org.apache.hadoop.hbase.snapshot.ExportSnapshotTestBase
org.apache.hadoop.hbase.snapshot.ExportSnapshotRetryTestBase
Direct Known Subclasses:
TestExportSnapshotRetry, TestExportSnapshotRetryWithTmpDir, TestSecureExportSnapshotRetry

  • Constructor Details

  • Method Details

    • testExportRetry

      @TestTemplate public void testExportRetry() throws Exception
      Check that ExportSnapshot will succeed if something fails but the retry succeed.
      Throws:
      Exception
    • testExportFailure

      @TestTemplate public void testExportFailure() throws Exception
      Check that ExportSnapshot will fail if we inject failure more times than MR will retry.
      Throws:
      Exception