[ https://issues.apache.org/jira/browse/GEODE-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Owen Nichols closed GEODE-7934. ------------------------------- > CI Failure: CacheManagementDUnitTest > ------------------------------------ > > Key: GEODE-7934 > URL: https://issues.apache.org/jira/browse/GEODE-7934 > Project: Geode > Issue Type: Bug > Reporter: Ivan Godwin > Assignee: Jacob Barrett > Priority: Major > Labels: flaky, pull-request-available > Fix For: 1.15.0 > > > CacheManagementDUnitTest.testNotification and > CacheManagementDUnitTest.testManagerShutdown have failed with the following > output: > > {code:java} > org.apache.geode.management.CacheManagementDUnitTest > testNotification FAILED > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 0 running > on Host 12ab33057072 with 4 VMs > at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610) > at org.apache.geode.test.dunit.VM.invoke(VM.java:424) > at > org.apache.geode.management.CacheManagementDUnitTest.verifyNotificationsAndRegionSize(CacheManagementDUnitTest.java:637) > at > org.apache.geode.management.CacheManagementDUnitTest.testNotification(CacheManagementDUnitTest.java:266) > Caused by: > org.awaitility.core.ConditionTimeoutException: Assertion condition > defined as a org.apache.geode.management.CacheManagementDUnitTest > expected:<[45]> but was:<[30]> within 300 seconds. > at > org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:145) > at > org.awaitility.core.AssertionCondition.await(AssertionCondition.java:122) > at > org.awaitility.core.AssertionCondition.await(AssertionCondition.java:32) > at > org.awaitility.core.ConditionFactory.until(ConditionFactory.java:902) > at > org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:723) > at > org.apache.geode.management.CacheManagementDUnitTest.lambda$verifyNotificationsAndRegionSize$aeb9a697$1(CacheManagementDUnitTest.java:638) > Caused by: > org.junit.ComparisonFailure: expected:<[45]> but was:<[30]> > at > sun.reflect.GeneratedConstructorAccessor81.newInstance(Unknown Source) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at > org.apache.geode.management.CacheManagementDUnitTest.lambda$null$4(CacheManagementDUnitTest.java:638) > {code} > > > > {code:java} > org.apache.geode.management.CacheManagementDUnitTest > testManagerShutdown > FAILED org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 0 running > on Host 9e4a1b86b19b with 4 VMs at > org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610) at > org.apache.geode.test.dunit.VM.invoke(VM.java:424) at > org.apache.geode.management.CacheManagementDUnitTest.verifyManagerStopped(CacheManagementDUnitTest.java:377) > at > org.apache.geode.management.CacheManagementDUnitTest.testManagerShutdown(CacheManagementDUnitTest.java:200) > Caused by: java.lang.AssertionError: Expecting empty > but was:<[GemFire:type=Member,member=memberVM-3]> at > org.apache.geode.management.CacheManagementDUnitTest.lambda$verifyManagerStopped$36a0fae1$1(CacheManagementDUnitTest.java:391) > {code} > [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1699] > [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1676] > https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-mass-test-run-main/jobs/DistributedTestOpenJDK8/builds/1519 > > -- This message was sent by Atlassian Jira (v8.20.7#820007)