public class TestStoreScanner
extends TestCase
| Constructor and Description |
|---|
TestStoreScanner() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
SKIP_testPeek()
TODO this fails, since we don't handle deletions, etc, in peek
|
void |
testDeleteColumn() |
void |
testDeletedRowThenGoodRow() |
void |
testDeleteFamily() |
void |
testDeleteMarkerLongevity() |
void |
testDeleteVersionMaskingMultiplePuts() |
void |
testDeleteVersionSameTimestamp() |
void |
testDeleteVersionsMixedAndMultipleVersionReturn() |
void |
testExpiredDeleteFamily()
Ensure that expired delete family markers don't override valid puts
|
void |
testScannerReseekDoesntNPE() |
void |
testScanSameTimestamp() |
void |
testScanTimeRange() |
void |
testSkipColumn() |
void |
testWildCardOneVersionScan() |
void |
testWildCardScannerUnderDeletes() |
void |
testWildCardTtlScan() |
void |
testWontNextToNext() |
public void testScanTimeRange()
throws IOException
IOExceptionpublic void testScanSameTimestamp()
throws IOException
IOExceptionpublic void testWontNextToNext()
throws IOException
IOExceptionpublic void testDeleteVersionSameTimestamp()
throws IOException
IOExceptionpublic void testDeletedRowThenGoodRow()
throws IOException
IOExceptionpublic void testDeleteVersionMaskingMultiplePuts()
throws IOException
IOExceptionpublic void testDeleteVersionsMixedAndMultipleVersionReturn()
throws IOException
IOExceptionpublic void testWildCardOneVersionScan()
throws IOException
IOExceptionpublic void testWildCardScannerUnderDeletes()
throws IOException
IOExceptionpublic void testDeleteFamily()
throws IOException
IOExceptionpublic void testDeleteColumn()
throws IOException
IOExceptionpublic void testSkipColumn()
throws IOException
IOExceptionpublic void testWildCardTtlScan()
throws IOException
IOExceptionpublic void testScannerReseekDoesntNPE()
throws Exception
Exceptionpublic void SKIP_testPeek()
throws Exception
Exceptionpublic void testExpiredDeleteFamily()
throws Exception
Exception