public class TestMultiParallel
extends java.lang.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 static void beforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void afterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void before()
throws java.lang.Exception
java.lang.Exceptionpublic void testActiveThreadsCount()
throws java.lang.Exception
java.io.IOExceptionjava.lang.InterruptedExceptionjava.lang.NoSuchFieldExceptionjava.lang.SecurityExceptionjava.lang.Exceptionpublic void testBatchWithGet()
throws java.lang.Exception
java.lang.Exceptionpublic void testBadFam()
throws java.lang.Exception
java.lang.Exceptionpublic void testFlushCommitsNoAbort()
throws java.lang.Exception
java.lang.Exceptionpublic void testFlushCommitsWithAbort()
throws java.lang.Exception
java.lang.Exceptionpublic void testBatchWithPut()
throws java.lang.Exception
java.lang.Exceptionpublic void testBatchWithDelete()
throws java.lang.Exception
java.lang.Exceptionpublic void testHTableDeleteWithList()
throws java.lang.Exception
java.lang.Exceptionpublic void testBatchWithManyColsInOneRowGetAndPut()
throws java.lang.Exception
java.lang.Exceptionpublic void testBatchWithIncrementAndAppend()
throws java.lang.Exception
java.lang.Exceptionpublic void testNonceCollision()
throws java.lang.Exception
java.lang.Exceptionpublic void testBatchWithMixedActions()
throws java.lang.Exception
java.lang.Exception