Class AcidGuaranteesTestBase

java.lang.Object
org.apache.hadoop.hbase.AcidGuaranteesTestBase
Direct Known Subclasses:
TestAcidGuaranteesWithAdaptivePolicy, TestAcidGuaranteesWithBasicPolicy, TestAcidGuaranteesWithEagerPolicy, TestAcidGuaranteesWithNoInMemCompaction

public abstract class AcidGuaranteesTestBase extends Object
Test case that uses multiple threads to read and write multifamily rows into a table, verifying that reads never see partially-complete writes. This can run as a junit test, or with a main() function which runs against a real cluster (eg for testing with failures, region movement, etc)