All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
after() |
void |
before() |
void |
makeWAL(HRegionServer hrs,
List<HRegionInfo> regions,
String tname,
String fname,
int num_edits,
int edit_size) |
void |
makeWAL(HRegionServer hrs,
List<HRegionInfo> regions,
String tname,
String fname,
int num_edits,
int edit_size,
boolean cleanShutdown) |
static void |
setup() |
static void |
tearDown() |
void |
testDelayedDeleteOnFailure() |
void |
testDisallowWritesInRecovering() |
void |
testLogReplayForDisablingTable() |
void |
testLogReplayTwoSequentialRSDown() |
void |
testLogReplayWithMetaRSDown() |
void |
testLogReplayWithNonMetaRSDown() |
void |
testMarkRegionsRecoveringInZK() |
void |
testMasterStartsUpWithLogReplayWork() |
void |
testMasterStartsUpWithLogSplittingWork() |
void |
testMetaRecoveryInZK() |
void |
testNonceRecovery() |
void |
testReadWriteSeqIdFiles() |
void |
testRecoveredEdits() |
void |
testReplayCmd() |
void |
testSameVersionUpdatesRecovery() |
void |
testSameVersionUpdatesRecoveryWithCompaction() |
void |
testThreeRSAbort() |
void |
testWorkerAbort()
The original intention of this test was to force an abort of a region
server and to make sure that the failure path in the region servers is
properly evaluated.
|