public class TestAsyncProcess extends Object
| Modifier and Type | Field and Description |
|---|---|
Timeout |
timeout |
| Constructor and Description |
|---|
TestAsyncProcess() |
| Modifier and Type | Method and Description |
|---|---|
static void |
beforeClass() |
void |
testBatch() |
void |
testCallQueueTooLarge() |
void |
testErrorsServers() |
void |
testFail() |
void |
testFailAndSuccess() |
void |
testFlush() |
void |
testGlobalErrors() |
void |
testHTableFailedPutAndNewPut() |
void |
testHTableFailedPutWithBuffer() |
void |
testHTableFailedPutWithoutBuffer() |
void |
testHTablePutSuccess() |
void |
testMaxTask() |
void |
testReplicaAllCallsFailForOneRegion() |
void |
testReplicaMainFailsBeforeReplicaCalls() |
void |
testReplicaParallelCallsSucceed() |
void |
testReplicaPartialReplicaCall() |
void |
testReplicaPrimarySuccessWoReplicaCalls() |
void |
testReplicaReplicaSuccess() |
void |
testReplicaReplicaSuccessWithParallelFailures() |
void |
testSubmit() |
void |
testSubmitBusyRegion() |
void |
testSubmitBusyRegionServer() |
void |
testSubmitTrue() |
void |
testSubmitWithCB() |
void |
testThreadCreation()
This test simulates multiple regions on 2 servers.
|
void |
testWaitForMaximumCurrentTasks() |
public static void beforeClass()
public void testSubmitBusyRegionServer()
throws Exception
Exceptionpublic void testSubmitTrue()
throws IOException
IOExceptionpublic void testHTableFailedPutWithBuffer()
throws Exception
Exceptionpublic void testHTableFailedPutWithoutBuffer()
throws Exception
Exceptionpublic void testHTableFailedPutAndNewPut()
throws Exception
Exceptionpublic void testBatch()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void testErrorsServers()
throws IOException
IOExceptionpublic void testGlobalErrors()
throws IOException
IOExceptionpublic void testCallQueueTooLarge()
throws IOException
IOExceptionpublic void testThreadCreation()
throws Exception
Exceptionpublic void testReplicaReplicaSuccess()
throws Exception
Exceptionpublic void testReplicaPrimarySuccessWoReplicaCalls()
throws Exception
Exceptionpublic void testReplicaParallelCallsSucceed()
throws Exception
Exceptionpublic void testReplicaPartialReplicaCall()
throws Exception
Exceptionpublic void testReplicaMainFailsBeforeReplicaCalls()
throws Exception
Exceptionpublic void testReplicaReplicaSuccessWithParallelFailures()
throws Exception
Exceptionpublic void testReplicaAllCallsFailForOneRegion()
throws Exception
Exception