Class TestScannerRetriableFailure
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestScannerRetriableFailure
@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestScannerRetriableFailure
extends Object
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private static final Stringprivate static final org.slf4j.Loggerprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcheckTableRows(org.apache.hadoop.hbase.client.Table table, int numRows) private org.apache.hadoop.fs.FileSystemprivate org.apache.hadoop.fs.PathvoidloadTable(org.apache.hadoop.hbase.client.Table table, int numRows) static voidsetup()private static voidsetupConf(org.apache.hadoop.conf.Configuration conf) static voidtearDown()voidtestFaultyScanner(org.junit.jupiter.api.TestInfo testInfo)
-
Field Details
-
LOG
-
UTIL
-
FAMILY_NAME_STR
- See Also:
-
FAMILY_NAME
-
-
Constructor Details
-
TestScannerRetriableFailure
public TestScannerRetriableFailure()
-
-
Method Details
-
setupConf
-
setup
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testFaultyScanner
- Throws:
Exception
-
getFileSystem
-
getRootDir
-
loadTable
- Throws:
IOException
-
checkTableRows
private void checkTableRows(org.apache.hadoop.hbase.client.Table table, int numRows) throws Exception - Throws:
Exception
-