public class TestMalformedCellFromClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestMalformedCellFromClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
before() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testAtomicOperations()
The invalid cells is in rm.
|
void |
testNonAtomicOperations()
This test depends on how regionserver process the batch ops.
|
void |
testRegionException()
The purpose of this ut is to check the consistency between the exception and results.
|
void |
testRegionExceptionByAsync()
This test verifies region exception doesn't corrupt the results of batch.
|
void |
testRowMutations() |
public static final HBaseClassTestRule CLASS_RULE
public TestMalformedCellFromClient()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testRegionException() throws InterruptedException, IOException
InterruptedExceptionIOExceptionpublic void testRegionExceptionByAsync() throws Exception
Exceptionpublic void testAtomicOperations() throws Exception
Exceptionpublic void testNonAtomicOperations() throws InterruptedException, IOException
InterruptedExceptionIOExceptionpublic void testRowMutations() throws InterruptedException, IOException
InterruptedExceptionIOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.