public class TestMinVersions extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestMinVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
testBaseCase()
Verify basic minimum versions functionality
|
void |
testDelete()
Make sure the Deletes behave as expected with minimum versions
|
void |
testFilters()
Verify that basic filters still behave correctly with
minimum versions enabled.
|
void |
testGetClosestBefore()
Verify behavior of getClosestBefore(...)
|
void |
testMemStore()
Make sure the memstor behaves correctly with minimum versions
|
void |
testStoreMemStore()
Test mixed memstore and storefile scanning
with minimum versions.
|
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestMinVersions()
public void testGetClosestBefore() throws Exception
Exceptionpublic void testStoreMemStore() throws Exception
Exceptionpublic void testDelete() throws Exception
Exceptionpublic void testMemStore() throws Exception
Exceptionpublic void testBaseCase() throws Exception
Exceptionpublic void testFilters() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.