| Class | Description |
|---|---|
| ScanPerformanceEvaluation |
A simple performance evaluation tool for single client and MR scans
and snapshot scans.
|
| ScanPerformanceEvaluation.MyMapper<KEYOUT,VALUEOUT> | |
| ServerResourceCheckerJUnitListener |
Monitor the resources.
|
| TestAcidGuarantees |
Test case that uses multiple threads to read and write multifamily rows
into a table, verifying that reads never see partially-complete writes.
|
| TestAcidGuarantees.AtomicGetReader |
Thread that does single-row reads in a table, looking for partially
completed rows.
|
| TestAcidGuarantees.AtomicityWriter |
Thread that does random full-row writes into a table.
|
| TestAcidGuarantees.AtomicScanReader |
Thread that does full scans of the table looking for any partially completed
rows.
|
| TestCheckTestClasses |
Checks tests are categorized.
|
| TestClusterBootOrder |
Tests the boot order indifference between regionserver and master
|
| TestCompare |
Test comparing HBase objects.
|
| TestDrainingServer |
Test the draining servers feature.
|
| TestFSTableDescriptorForceCreation | |
| TestFullLogReconstruction | |
| TestGlobalMemStoreSize |
Test HBASE-3694 whether the GlobalMemStoreSize is the same as the summary
of all the online region's MemStoreSize
|
| TestHBaseOnOtherDfsCluster |
Test that an HBase cluster can run on top of an existing MiniDfsCluster
|
| TestHBaseTestingUtility |
Test our testing utility class
|
| TestHColumnDescriptorDefaultVersions |
Verify that the HColumnDescriptor version is set correctly by default, hbase-site.xml, and user
input
|
| TestHDFSBlocksDistribution | |
| TestHRegionLocation | |
| TestInfoServers |
Testing, info servers are disabled.
|
| TestIOFencing |
Test for the case where a regionserver going down has enough cycles to do damage to regions
that have actually been assigned elsehwere.
|
| TestIOFencing.BlockCompactionsInCompletionHStore | |
| TestIOFencing.BlockCompactionsInCompletionRegion |
An override of HRegion that allows us park compactions in a holding pattern and
then when appropriate for the test, allow them proceed again.
|
| TestIOFencing.BlockCompactionsInPrepRegion |
An override of HRegion that allows us park compactions in a holding pattern and
then when appropriate for the test, allow them proceed again.
|
| TestIOFencing.CompactionBlockerRegion | |
| TestIPv6NIOServerSocketChannel |
This tests whether ServerSocketChannel works over ipv6, which Zookeeper
depends on.
|
| TestJMXListener | |
| TestLocalHBaseCluster | |
| TestLocalHBaseCluster.MyHMaster |
A private master class similar to that used by HMasterCommandLine when
running in local mode.
|
| TestLocalHBaseCluster.MyHRegionServer |
A private regionserver class with a dummy method for testing casts
|
| TestMetaMigrationConvertingToPB | Deprecated
Remove after 0.96
|
| TestMetaTableAccessor |
Test
org.apache.hadoop.hbase.MetaTableAccessor. |
| TestMetaTableAccessor.SpyingRpcScheduler | |
| TestMetaTableAccessor.SpyingRpcSchedulerFactory | |
| TestMetaTableAccessorNoCluster |
Test MetaTableAccessor but without spinning up a cluster.
|
| TestMetaTableLocator |
Test
org.apache.hadoop.hbase.zookeeper.MetaTableLocator |
| TestMovedRegionsCleaner |
Test whether background cleanup of MovedRegion entries is happening
|
| TestMultiVersions |
Port of old TestScanMultipleVersions, TestTimestamp and TestGetRowVersions
from old testing framework to
HBaseTestingUtility. |
| TestNamespace | |
| TestNodeHealthCheckChore | |
| TestPartialResultsFromClientSide |
These tests are focused on testing how partial results appear to a client.
|
| TestPerformanceEvaluation | |
| TestRegionRebalancing |
Test whether region re-balancing works.
|
| TestSerialization |
Test HBase Writables serializations
|
| TestServerLoad | |
| TestServerName | |
| TestStochasticBalancerJmxMetrics | |
| TestTagRewriteCell | |
| TestZooKeeper | |
| TimedOutTestsListener |
JUnit run listener which prints full thread dump into System.err
in case a test is failed due to timeout.
|
| TimestampTestBase |
Tests user specifiable time stamps putting, getting and scanning.
|
| Enum | Description |
|---|---|
| ScanPerformanceEvaluation.ScanCounter |