Package io.debezium.server.redis
Class RedisMemoryThresholdTest
java.lang.Object
io.debezium.server.redis.RedisMemoryThresholdTest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidisMemoryOk(int threshold, int memoryLimitMb, String usedMemoryBytes, String maxMemoryBytes, boolean expectedResult) voidvoidvoidvoidvoid
-
Field Details
-
_1MB
-
_2MB
-
_3MB
-
_4MB
-
-
Constructor Details
-
RedisMemoryThresholdTest
public RedisMemoryThresholdTest()
-
-
Method Details
-
testThresholdPercentageDisabled
@Test public void testThresholdPercentageDisabled() -
testUsedMemoryBad
@Test public void testUsedMemoryBad() -
testUsedMemoryNotReported
@Test public void testUsedMemoryNotReported() -
testMemoryLimit
@Test public void testMemoryLimit() -
testMaxMemory
@Test public void testMaxMemory() -
isMemoryOk
-