Uses of Class
org.apache.hadoop.hbase.replication.TestReplicationBase
Package
Description
-
Uses of TestReplicationBase in org.apache.hadoop.hbase.client.replication
Modifier and TypeClassDescriptionclass
Unit testing of ReplicationAdmin with clusters -
Uses of TestReplicationBase in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
Integration test for bulk load replication.class
-
Uses of TestReplicationBase in org.apache.hadoop.hbase.replication
Modifier and TypeClassDescriptionclass
Base class for testing replication for dropped tables.class
In HBASE-26029, we reimplement the claim queue operation with proc-v2 and make it a step in SCP, this is a UT to make sure theClaimReplicationQueuesProcedure
works correctly.class
class
class
class
class
final class
Testcase for HBASE-23098class
Test handling of changes to the number of a peer's regionservers.class
class
class
Tests ReplicationSource and ReplicationEndpoint interactionsclass
Runs the TestReplicationKillRS test and selects the RS to kill in the master cluster Do not add other tests in this class.class
Run the same test as TestReplicationKillMasterRS but with WAL compression enabled Do not add other tests in this class.class
class
class
Runs the TestReplicationKillRS test and selects the RS to kill in the slave cluster Do not add other tests in this class.class
class
class
class
class
class
class
class
class
class
class
class
class
We moved some ofTestVerifyReplication
's tests here because it could take too long to complete.