Class TestBloomFilterFaulty
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestBloomFilterFaulty
@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestBloomFilterFaulty
extends Object
A UT to make sure that everything is fine when we fail to load bloom filter.
See HBASE-27936 for more details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private Stringprivate static final byte[]private org.apache.hadoop.hbase.regionserver.HRegionprivate static final org.apache.hadoop.hbase.client.RegionInfoprivate static final org.apache.hadoop.hbase.client.TableDescriptorprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-