public class TestMultiParallel extends Object
| Constructor and Description |
|---|
TestMultiParallel() |
| Modifier and Type | Method and Description |
|---|---|
static void |
afterClass() |
void |
before() |
static void |
beforeClass() |
void |
testActiveThreadsCount()
This is for testing the active number of threads that were used while
doing a batch operation.
|
void |
testBadFam() |
void |
testBatchWithDelete() |
void |
testBatchWithGet() |
void |
testBatchWithIncrementAndAppend() |
void |
testBatchWithManyColsInOneRowGetAndPut() |
void |
testBatchWithMixedActions() |
void |
testBatchWithPut() |
void |
testFlushCommitsNoAbort() |
void |
testFlushCommitsWithAbort()
Only run one Multi test with a forced RegionServer abort.
|
void |
testHTableDeleteWithList() |
void |
testNonceCollision() |
public void testActiveThreadsCount()
throws Exception
public void testFlushCommitsWithAbort()
throws Exception
Exceptionpublic void testBatchWithManyColsInOneRowGetAndPut()
throws Exception
Exceptionpublic void testBatchWithIncrementAndAppend()
throws Exception
Exception