Class TestBloomFilterFaulty
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestBloomFilterFaulty
A UT to make sure that everything is fine when we fail to load bloom filter.
See HBASE-27936 for more details.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
final org.junit.rules.TestName
private static final byte[]
private org.apache.hadoop.hbase.regionserver.HRegion
private static final org.apache.hadoop.hbase.client.RegionInfo
private static final org.apache.hadoop.hbase.client.TableDescriptor
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLASS_RULE
-
UTIL
-
FAMILY
-
QUAL
-
TD
-
RI
-
region
-
name
-
-
Constructor Details
-
TestBloomFilterFaulty
public TestBloomFilterFaulty()
-
-
Method Details
-
tearDownAfterClass
-
generateHFiles
- Throws:
IOException
-
setUp
- Throws:
IOException
-
tearDown
- Throws:
IOException
-
setFaulty
-
testGet
- Throws:
IOException
-
testStreamScan
- Throws:
IOException
-
testRegion
- Throws:
IOException
-
testNoGeneralBloomFilter
- Throws:
IOException
-
testNoDeleteFamilyBloomFilter
- Throws:
IOException
-
testNoAnyBloomFilter
- Throws:
IOException
-