Class TestHRegionOnCluster
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestHRegionOnCluster
@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestHRegionOnCluster
extends Object
Tests that need to spin up a cluster testing an
HRegion. Use TestHRegion if you
don't need a cluster, if you can test w/ a standalone HRegion.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate Stringprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidputDataAndVerify(org.apache.hadoop.hbase.client.Table table, String row, byte[] family, String value, int verifyNum) voidsetTestName(org.junit.jupiter.api.TestInfo testInfo) void
-
Field Details
-
LOG
-
TEST_UTIL
-
name
-
-
Constructor Details
-
TestHRegionOnCluster
public TestHRegionOnCluster()
-
-
Method Details
-
setTestName
-
testDataCorrectnessReplayingRecoveredEdits
- Throws:
Exception
-
putDataAndVerify
private void putDataAndVerify(org.apache.hadoop.hbase.client.Table table, String row, byte[] family, String value, int verifyNum) throws IOException - Throws:
IOException
-