public class TestMultiVersions extends Object
HBaseTestingUtility.| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestMultiVersions() |
| Modifier and Type | Method and Description |
|---|---|
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 final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestMultiVersions()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void before() throws MasterNotRunningException, ZooKeeperConnectionException, IOException
public void testTimestamps() throws 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.
Exceptionpublic void testGetRowVersions() throws Exception
Exceptionpublic void testScanMultipleVersions() throws Exception
Tests five cases of scans and timestamps.
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.