AbstractTestDLS |
Base class for testing distributed log splitting.
|
AbstractTestRestartCluster |
|
AlwaysStandByHMaster |
An implementation of HMaster that always runs as a stand by and never transitions to active.
|
AlwaysStandByHMaster.AlwaysStandByMasterManager |
An implementation of ActiveMasterManager that never transitions it's master to active state.
|
DummyRegionProcedure |
|
DummyRegionServerList |
|
MockNoopMasterServices |
|
MockRegionServer |
A mock RegionServer implementation.
|
TestActiveMasterManager |
Test the ActiveMasterManager .
|
TestActiveMasterManager.DummyMaster |
Dummy Master Implementation.
|
TestActiveMasterManager.NodeDeletionListener |
|
TestActiveMasterManager.WaitToBeMasterThread |
|
TestAlwaysStandByHMaster |
|
TestAssignmentManagerMetrics |
|
TestBalancer |
Test balancer with disabled table
|
TestClientMetaServiceRPCs |
|
TestClockSkewDetection |
|
TestCloseAnOpeningRegion |
|
TestCloseAnOpeningRegion.MockHMaster |
|
TestClusterRestart |
|
TestClusterRestartFailover |
|
TestClusterRestartFailover.AssignmentManagerForTest |
|
TestClusterRestartFailover.HMasterForTest |
|
TestClusterRestartFailoverSplitWithoutZk |
|
TestClusterRestartSplitWithoutZk |
|
TestClusterStatusPublisher |
|
TestDeadServer |
|
TestDLSAsyncFSWAL |
|
TestDLSFSHLog |
|
TestGetInfoPort |
Trivial test to confirm that we do not get 0 infoPort.
|
TestGetLastFlushedSequenceId |
Trivial test to confirm that we can get last flushed sequence id by encodedRegionName.
|
TestGetReplicationLoad |
|
TestGetReplicationLoad.MyMaster |
|
TestHMasterCommandLine |
|
TestHMasterRPCException |
|
TestLoadProcedureError |
Testcase for HBASE-21490.
|
TestLoadProcedureError.TestProcedure |
|
TestMaster |
|
TestMasterAbortAndRSGotKilled |
|
TestMasterAbortAndRSGotKilled.DelayCloseCP |
|
TestMasterBalancerNPE |
|
TestMasterBalancerNPE.MyLoadBalancer |
Define this class because the test needs to override
StochasticLoadBalancer.balanceTable(org.apache.hadoop.hbase.TableName, java.util.Map<org.apache.hadoop.hbase.ServerName, java.util.List<org.apache.hadoop.hbase.client.RegionInfo>>) , which is protected.
|
TestMasterBalanceThrottling |
|
TestMasterChoreScheduled |
Tests to validate if HMaster default chores are scheduled
|
TestMasterChoreScheduled.TestChoreField<E extends org.apache.hadoop.hbase.ScheduledChore> |
Reflect into the HMaster instance and find by field name a specified instance of
ScheduledChore .
|
TestMasterCoprocessorServices |
Tests that the MasterRpcServices is correctly searching for implementations of the Coprocessor
Service and not just the "default" implementations of those services.
|
TestMasterCoprocessorServices.MockAccessController |
|
TestMasterCoprocessorServices.MockVisibilityController |
|
TestMasterDryRunBalancer |
|
TestMasterFailover |
|
TestMasterFailoverBalancerPersistence |
|
TestMasterFileSystem |
Test the master filesystem in a local cluster
|
TestMasterFileSystemWithStoreFileTracking |
Test the master filesystem in a local cluster with Store File Tracking explicitly set in global
config
|
TestMasterFileSystemWithWALDir |
Test the master filesystem in a local cluster
|
TestMasterHandlerFullWhenTransitRegion |
|
TestMasterHandlerFullWhenTransitRegion.DelayOpenCP |
Make open region very slow
|
TestMasterMetrics |
|
TestMasterMetrics.MyMaster |
|
TestMasterMetricsWrapper |
|
TestMasterNoCluster |
Standup the master and fake it to test various aspects of master function.
|
TestMasterNotCarryTable |
|
TestMasterOperationsForRegionReplicas |
|
TestMasterQosFunction |
|
TestMasterRepairMode |
|
TestMasterRestartAfterDisablingTable |
|
TestMasterShutdown |
|
TestMasterTransitions |
Test transitions of state across the master.
|
TestMergeTableRegionsWhileRSCrash |
|
TestMetaAssignmentWithStopMaster |
|
TestMetaShutdownHandler |
Tests handling of meta-carrying region server failover.
|
TestMetaShutdownHandler.MyRegionServer |
|
TestMetricsMasterProcSourceImpl |
Test for MetricsMasterProcSourceImpl
|
TestMetricsMasterSourceFactory |
Test for the CompatibilitySingletonFactory and building MetricsMasterSource
|
TestMetricsMasterSourceImpl |
Test for MetricsMasterSourceImpl
|
TestMigrateAndMirrorMetaLocations |
Testcase for HBASE-26193.
|
TestMirroringTableStateManager |
Tests that table state is mirrored out to zookeeper for hbase-1.x clients.
|
TestNewStartedRegionServerVersion |
|
TestRecreateCluster |
Test reuse storefiles within data directory when cluster failover with a set of new region
servers with different hostnames with or without WALs and Zookeeper ZNodes, the master and
cluster should fail respectively if there is any situation considered as not supported.
|
TestRegionPlacement |
|
TestRegionPlacement2 |
|
TestRegionPlan |
|
TestRegionPlansWithThrottle |
|
TestRegionsRecoveryChore |
Test for RegionsRecoveryChore
|
TestRegionsRecoveryChore.StoppableImplementation |
Simple helper class that just keeps track of whether or not its stopped.
|
TestRegionsRecoveryConfigManager |
Test for Regions Recovery Config Manager
|
TestRegionsRecoveryConfigManager.TestHMaster |
|
TestRegionState |
|
TestRestartWithEmptyWALDirectory |
Simulate the scenario described in HBASE-26245, where we clean the WAL directory and try to start
the cluster.
|
TestRetainAssignmentOnRestart |
|
TestRetainAssignmentOnRestart.HMasterForTest |
|
TestRetainAssignmentOnRestartSplitWithoutZk |
|
TestRollingRestart |
Tests the restarting of everything as done during rolling restarts.
|
TestRoundRobinAssignmentOnRestart |
|
TestRoundRobinAssignmentOnRestartSplitWithoutZk |
|
TestServerCrashProcedureCarryingMetaStuck |
|
TestServerCrashProcedureStuck |
Testcase for HBASE-20634
|
TestShutdownBackupMaster |
Test to confirm that we will not hang when stop a backup master which is trying to become the
active master.
|
TestShutdownBackupMaster.MockHMaster |
|
TestShutdownWithNoRegionServer |
Testcase to confirm that we will not hang when shutdown a cluster with no live region servers.
|
TestSplitLogManager |
|
TestSplitRegionWhileRSCrash |
|
TestSplitWALManager |
|
TestSplitWALManager.FakeServerProcedure |
|
TestTableStateManager |
Tests the default table lock manager
|
TestUnknownServers |
|
TestUnknownServers.HMasterForTest |
|
TestUnknownServers.ServerManagerForTest |
|
TestWarmupRegion |
Run tests that use the HBase clients; TableBuilder .
|