Class TestReplicationBase
java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationBaseNoBeforeAll
org.apache.hadoop.hbase.replication.TestReplicationBase
- Direct Known Subclasses:
TestBidirectionSerialReplicationStuck,TestMigrateReplicationQueue,TestNamespaceReplication,TestRefreshPeerWhileRegionServerRestarts,TestReplicationChangingPeerRegionservers,TestReplicationDisableInactivePeer,TestReplicationEmptyWALRecovery,TestReplicationMetricsforUI,TestReplicationSmallTests,TestReplicationStatus,TestReplicationStatusAfterLagging,TestReplicationStatusBothNormalAndRecoveryLagging,TestReplicationStatusSink,TestReplicationStatusSourceStartedTargetStoppedNewOp,TestReplicationStatusSourceStartedTargetStoppedNoOps,TestReplicationStatusSourceStartedTargetStoppedWithRecovery,TestVerifyReplicationAdjunct,VerifyReplicationTestBase
This class is only a base for other integration-level replication tests. Do not add tests here.
TestReplicationSmallTests is where tests that don't require bring machines up/down should go All
other tests should have their own classes and extend this one
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.replication.TestReplicationBaseNoBeforeAll
TestReplicationBaseNoBeforeAll.ReplicationEndpointTest -
Field Summary
Fields inherited from class org.apache.hadoop.hbase.replication.TestReplicationBaseNoBeforeAll
CONF_WITH_LOCALFS, CONF1, CONF2, connection1, connection2, famName, hbaseAdmin, htable1, htable2, NB_RETRIES, NB_ROWS_IN_BATCH, NB_ROWS_IN_BIG_BATCH, noRepfamName, NUM_SLAVES1, NUM_SLAVES2, PEER_ID2, replicateCount, replicatedEntries, row, SLEEP_TIME, tableName, UTIL1, UTIL2 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.replication.TestReplicationBaseNoBeforeAll
addPeer, addPeer, cleanUp, configureClusters, createTable, getClusterKey, isSerialPeer, isSyncPeer, loadData, loadData, removePeer, removePeer, restartSourceCluster, restartTargetHBaseCluster, runSimplePutDeleteTest, runSmallBatchTest, setUpBase, setupConfig, startClusters, stopAllRegionServers, tearDownAfterClass, tearDownBase, waitForReplication, waitForReplication
-
Constructor Details
-
TestReplicationBase
public TestReplicationBase()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-