Hale Bales created GEODE-10052:
----------------------------------
Summary: CI Failure: OutOfMemoryDUnitTest tests of Publish command
fail expecting exception that was not thrown
Key: GEODE-10052
URL: https://issues.apache.org/jira/browse/GEODE-10052
Project: Geode
Issue Type: Bug
Components: redis
Affects Versions: 1.16.0
Reporter: Hale Bales
There were three failures within a couple of days. They are all in publish
tests.
{code:java}
OutOfMemoryDUnitTest > shouldReturnOOMError_forPublish_whenThresholdReached
FAILED
java.lang.AssertionError:
Expecting code to raise a throwable.
at
org.apache.geode.redis.OutOfMemoryDUnitTest.addMultipleKeysToServer1UntilOOMExceptionIsThrown(OutOfMemoryDUnitTest.java:357)
at
org.apache.geode.redis.OutOfMemoryDUnitTest.fillServer1Memory(OutOfMemoryDUnitTest.java:344)
at
org.apache.geode.redis.OutOfMemoryDUnitTest.shouldReturnOOMError_forPublish_whenThresholdReached(OutOfMemoryDUnitTest.java:210)
{code}
{code:java}
OutOfMemoryDUnitTest > shouldReturnOOMError_forPublish_whenThresholdReached
FAILED
java.lang.AssertionError:
Expecting code to raise a throwable.
at
org.apache.geode.redis.OutOfMemoryDUnitTest.addMultipleKeysToServer1UntilOOMExceptionIsThrown(OutOfMemoryDUnitTest.java:357)
at
org.apache.geode.redis.OutOfMemoryDUnitTest.fillServer1Memory(OutOfMemoryDUnitTest.java:344)
at
org.apache.geode.redis.OutOfMemoryDUnitTest.shouldReturnOOMError_forPublish_whenThresholdReached(OutOfMemoryDUnitTest.java:210)
{code}
{code:java}
OutOfMemoryDUnitTest > shouldAllowPublish_afterDroppingBelowCriticalThreshold
FAILED
org.awaitility.core.ConditionTimeoutException: Assertion condition defined
as a org.apache.geode.redis.OutOfMemoryDUnitTest
Expecting code to raise a throwable within 5 minutes.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:164)
at
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
at
org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:939)
at
org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723)
at
org.apache.geode.redis.OutOfMemoryDUnitTest.shouldAllowPublish_afterDroppingBelowCriticalThreshold(OutOfMemoryDUnitTest.java:328)
Caused by:
java.lang.AssertionError:
Expecting code to raise a throwable.
at
org.apache.geode.redis.OutOfMemoryDUnitTest.lambda$shouldAllowPublish_afterDroppingBelowCriticalThreshold$36(OutOfMemoryDUnitTest.java:328)
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)