Class TestReplicationBase

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

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