[ https://issues.apache.org/jira/browse/GEODE-10052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492156#comment-17492156 ]
Geode Integration commented on GEODE-10052: ------------------------------------------- Seen in [distributed-test-openjdk8 #1041|https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-mass-test-run/jobs/distributed-test-openjdk8/builds/1041] ... see [test results|http://files.apachegeode-ci.info/builds/apache-develop-mass-test-run/1.16.0-build.0062/test-results/distributedTest/1644667239/] or download [artifacts|http://files.apachegeode-ci.info/builds/apache-develop-mass-test-run/1.16.0-build.0062/test-artifacts/1644667239/distributedtestfiles-openjdk8-1.16.0-build.0062.tgz]. > 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 > Priority: Major > > 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)