public class TestSpaceQuotaBasicFunctioning extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private SpaceQuotaHelperForTests |
helper |
private static org.slf4j.Logger |
LOG |
private static int |
NUM_RETRIES |
private static HBaseTestingUtility |
TEST_UTIL |
org.junit.rules.TestName |
testName |
Constructor and Description |
---|
TestSpaceQuotaBasicFunctioning() |
Modifier and Type | Method and Description |
---|---|
void |
removeAllQuotas() |
static void |
setUp() |
static void |
tearDown() |
void |
testDeletesAfterNoInserts() |
void |
testDisablePolicyQuotaAndViolate() |
void |
testNoCompactions() |
void |
testNoEnableAfterDisablePolicy() |
void |
testNoInsertsWithAppend() |
void |
testNoInsertsWithIncrement() |
void |
testNoInsertsWithPut() |
void |
testNoWritesWithAppend() |
void |
testNoWritesWithDelete() |
void |
testNoWritesWithIncrement() |
void |
testNoWritesWithPut() |
void |
testTableQuotaOverridesNamespaceQuota() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
private static final int NUM_RETRIES
public org.junit.rules.TestName testName
private SpaceQuotaHelperForTests helper
public TestSpaceQuotaBasicFunctioning()
public void removeAllQuotas() throws Exception
Exception
public void testNoInsertsWithPut() throws Exception
Exception
public void testNoInsertsWithAppend() throws Exception
Exception
public void testNoInsertsWithIncrement() throws Exception
Exception
public void testDeletesAfterNoInserts() throws Exception
Exception
public void testNoWritesWithPut() throws Exception
Exception
public void testNoWritesWithAppend() throws Exception
Exception
public void testNoWritesWithIncrement() throws Exception
Exception
public void testNoWritesWithDelete() throws Exception
Exception
public void testNoCompactions() throws Exception
Exception
public void testNoEnableAfterDisablePolicy() throws Exception
Exception
public void testTableQuotaOverridesNamespaceQuota() throws Exception
Exception
public void testDisablePolicyQuotaAndViolate() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.