Package org.apache.hadoop.hbase.snapshot
Class ExportSnapshotRetryTestBase
java.lang.Object
org.apache.hadoop.hbase.snapshot.ExportSnapshotTestBase
org.apache.hadoop.hbase.snapshot.ExportSnapshotRetryTestBase
- Direct Known Subclasses:
TestExportSnapshotRetry,TestExportSnapshotRetryWithTmpDir,TestSecureExportSnapshotRetry
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.snapshot.ExportSnapshotTestBase
ExportSnapshotTestBase.RegionPredicate -
Field Summary
Fields inherited from class org.apache.hadoop.hbase.snapshot.ExportSnapshotTestBase
admin, emptySnapshotName, FAMILY, methodName, mob, snapshotName, tableName, tableNumFiles, TEST_UTIL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCheck that ExportSnapshot will fail if we inject failure more times than MR will retry.voidCheck that ExportSnapshot will succeed if something fails but the retry succeed.Methods inherited from class org.apache.hadoop.hbase.snapshot.ExportSnapshotTestBase
createTable, getBypassRegionPredicate, getHdfsDestinationDir, getLocalDestinationDir, parameters, removeExportDir, runExportSnapshot, setUp, tearDown, tearDownAfterClass, testExportFileSystemState, testExportFileSystemState, testExportFileSystemState, testExportFileSystemState, verifySnapshot, verifySnapshotDir
-
Constructor Details
-
ExportSnapshotRetryTestBase
-
-
Method Details