public class TestMultiVersions
extends java.lang.Object
HBaseTestingUtility.| Constructor and Description |
|---|
TestMultiVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testGetRowVersions()
Verifies versions across a cluster restart.
|
void |
testScanMultipleVersions()
Port of old TestScanMultipleVersions test here so can better utilize the
spun up cluster running more than just a single test.
|
void |
testTimestamps()
Tests user specifiable time stamps putting, getting and scanning.
|
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void before()
throws MasterNotRunningException,
ZooKeeperConnectionException,
java.io.IOException
MasterNotRunningExceptionZooKeeperConnectionExceptionjava.io.IOExceptionpublic void after()
throws java.io.IOException
java.io.IOExceptionpublic void testTimestamps()
throws java.lang.Exception
Port of old TestTimestamp test to here so can better utilize the spun up cluster running more than a single test per spin up. Keep old tests' crazyness.
java.lang.Exceptionpublic void testGetRowVersions()
throws java.lang.Exception
java.lang.Exceptionpublic void testScanMultipleVersions()
throws java.lang.Exception
Tests five cases of scans and timestamps.
java.lang.Exception