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 |
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.
|
public static void beforeClass()
public void testSubmitBusyRegionServer() throws Exception
Exception
public void testSubmitTrue() throws IOException
IOException
public void testHTableFailedPutWithBuffer() throws Exception
Exception
public void testHTableFailedPutWithoutBuffer() throws Exception
Exception
public void testHTableFailedPutAndNewPut() throws Exception
Exception
public void testBatch() throws IOException, InterruptedException
IOException
InterruptedException
public void testErrorsServers() throws IOException
IOException
public void testGlobalErrors() throws IOException
IOException
public void testThreadCreation() throws Exception
Exception
public void testReplicaReplicaSuccess() throws Exception
Exception
public void testReplicaPrimarySuccessWoReplicaCalls() throws Exception
Exception
public void testReplicaParallelCallsSucceed() throws Exception
Exception
public void testReplicaPartialReplicaCall() throws Exception
Exception
public void testReplicaMainFailsBeforeReplicaCalls() throws Exception
Exception
public void testReplicaReplicaSuccessWithParallelFailures() throws Exception
Exception