public class TestVerifyReplication extends TestReplicationBase
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
admin, CONF_WITH_LOCALFS, conf1, conf2, famName, hbaseAdmin, htable1, htable2, NB_RETRIES, NB_ROWS_IN_BATCH, NB_ROWS_IN_BIG_BATCH, noRepfamName, PEER_ID2, row, scopes, SLEEP_TIME, tableName, utility1, utility2, zkw1, zkw2| Constructor and Description |
|---|
TestVerifyReplication() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testHBase14905() |
void |
testVerifyRepJob()
Do a small loading into a table, make sure the data is really the same, then run the
VerifyReplication job to check the results.
|
void |
testVerifyRepJobWithRawOptions()
Load a row into a table, make sure the data is really the same, delete the row, make sure the
delete marker is replicated, run verify replication with and without raw to check the results.
|
void |
testVerifyReplicationPrefixFiltering() |
void |
testVerifyReplicationSnapshotArguments() |
void |
testVerifyReplicationWithSnapshotSupport() |
void |
testVersionMismatchHBase14905() |
cleanUp, isSerialPeer, loadData, runSimplePutDeleteTest, runSmallBatchTest, setUpBase, setUpBeforeClass, tearDownAfterClass, tearDownBase, waitForReplicationpublic static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestVerifyReplication()
public void testVerifyRepJob() throws Exception
Exceptionpublic void testVerifyRepJobWithRawOptions() throws Exception
Exceptionpublic void testHBase14905() throws Exception
Exceptionpublic void testVersionMismatchHBase14905() throws Exception
Exceptionpublic void testVerifyReplicationPrefixFiltering() throws Exception
Exceptionpublic void testVerifyReplicationSnapshotArguments()
public void testVerifyReplicationWithSnapshotSupport() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.