Package org.apache.hadoop.hbase.quotas
Class TestSpaceQuotaBasicFunctioning
java.lang.Object
org.apache.hadoop.hbase.quotas.TestSpaceQuotaBasicFunctioning
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests")
public class TestSpaceQuotaBasicFunctioning
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SpaceQuotaHelperForTestsprivate static final org.slf4j.Loggerprivate static final intprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidremoveAllQuotas(org.junit.jupiter.api.TestInfo testInfo) static voidsetUp()static voidtearDown()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
LOG
-
TEST_UTIL
-
NUM_RETRIES
- See Also:
-
helper
-
-
Constructor Details
-
TestSpaceQuotaBasicFunctioning
public TestSpaceQuotaBasicFunctioning()
-
-
Method Details
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
removeAllQuotas
- Throws:
Exception
-
testNoInsertsWithPut
- Throws:
Exception
-
testNoInsertsWithAppend
- Throws:
Exception
-
testNoInsertsWithIncrement
- Throws:
Exception
-
testDeletesAfterNoInserts
- Throws:
Exception
-
testNoWritesWithPut
- Throws:
Exception
-
testNoWritesWithAppend
- Throws:
Exception
-
testNoWritesWithIncrement
- Throws:
Exception
-
testNoWritesWithDelete
- Throws:
Exception
-
testNoCompactions
- Throws:
Exception
-
testNoEnableAfterDisablePolicy
- Throws:
Exception
-
testTableQuotaOverridesNamespaceQuota
- Throws:
Exception
-
testDisablePolicyQuotaAndViolate
- Throws:
Exception
-