public class TestMinVersions extends Object
Modifier and Type | Field and Description |
---|---|
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 void testGetClosestBefore() throws Exception
Exception
public void testStoreMemStore() throws Exception
Exception
public void testDelete() throws Exception
Exception
public void testMemStore() throws Exception
Exception
public void testBaseCase() throws Exception
Exception