You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ivan Godwin (Jira)" <ji...@apache.org> on 2020/03/31 22:35:00 UTC

[jira] [Created] (GEODE-7934) CI Failure: CacheManagementDUnitTest

Ivan Godwin created GEODE-7934:
----------------------------------

             Summary: CI Failure: CacheManagementDUnitTest
                 Key: GEODE-7934
                 URL: https://issues.apache.org/jira/browse/GEODE-7934
             Project: Geode
          Issue Type: Bug
            Reporter: Ivan Godwin


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.3.4#803005)