Class TestReplicationBase

java.lang.Object
org.apache.hadoop.hbase.replication.TestReplicationBase
Direct Known Subclasses:
ReplicationDroppedTablesTestBase, TestBulkLoadReplication, TestBulkLoadReplicationHFileRefs, TestClaimReplicationQueue, TestMigrateReplicationQueue, TestNamespaceReplication, TestRefreshPeerWhileRegionServerRestarts, TestRefreshRecoveredReplication, TestRemovePeerProcedureWaitForSCP, TestReplicationChangingPeerRegionservers, TestReplicationCompressedWAL, TestReplicationDisableInactivePeer, TestReplicationEmptyWALRecovery, TestReplicationEndpoint, TestReplicationKillRS, TestReplicationMetricsforUI, TestReplicationSmallTests, TestReplicationSourceManagerJoin, TestReplicationStatus, TestReplicationStatusAfterLagging, TestReplicationStatusBothNormalAndRecoveryLagging, TestReplicationStatusSink, TestReplicationStatusSourceStartedTargetStoppedNewOp, TestReplicationStatusSourceStartedTargetStoppedNoOps, TestReplicationStatusSourceStartedTargetStoppedWithRecovery, TestReplicationValueCompressedWAL, TestReplicationWithFSPeerStorage, TestReplicator, TestVerifyReplicationAdjunct, VerifyReplicationTestBase

public class TestReplicationBase extends Object
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