You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2019/02/22 00:46:00 UTC

[jira] [Resolved] (GEODE-6436) CI Failure: RebalanceOperationDUnitTest. testRecoverRedundancyBalancing

     [ https://issues.apache.org/jira/browse/GEODE-6436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Smith resolved GEODE-6436.
------------------------------
    Resolution: Duplicate

This issue is caused by the problem described in GEODE-6440. We are ending up with an incorrect value for the actual redundant copy stat because multiple threads are trying to set it to 1, and it ends up being 2.

> CI Failure: RebalanceOperationDUnitTest. testRecoverRedundancyBalancing
> -----------------------------------------------------------------------
>
>                 Key: GEODE-6436
>                 URL: https://issues.apache.org/jira/browse/GEODE-6436
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Patrick Rhomberg
>            Assignee: Dan Smith
>            Priority: Major
>
> {noformat}
> org.apache.geode.internal.cache.control.RebalanceOperationDUnitTest > testRecoverRedundancyBalancing FAILED
>     org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.internal.cache.control.RebalanceOperationDUnitTest$35.run in VM 1 running on Host b422b7fbcaf6 with 4 VMs
>         at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:579)
>         at org.apache.geode.test.dunit.VM.invoke(VM.java:406)
>         at org.apache.geode.internal.cache.control.RebalanceOperationDUnitTest.recoverRedundancyBalancing(RebalanceOperationDUnitTest.java:985)
>         at org.apache.geode.internal.cache.control.RebalanceOperationDUnitTest.testRecoverRedundancyBalancing(RebalanceOperationDUnitTest.java:883)
>         Caused by:
>         java.lang.AssertionError: expected:<1> but was:<2>
>             at org.junit.Assert.fail(Assert.java:88)
>             at org.junit.Assert.failNotEquals(Assert.java:834)
>             at org.junit.Assert.assertEquals(Assert.java:645)
>             at org.junit.Assert.assertEquals(Assert.java:631)
>             at org.apache.geode.internal.cache.control.RebalanceOperationDUnitTest$35.run(RebalanceOperationDUnitTest.java:979){noformat}
> Find CI failure here:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/DistributedTestOpenJDK8/builds/414
> Find test results here:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-SNAPSHOT.0458/test-results/distributedTest/1550643578/index.html
> Find artifacts here:
> http://files.apachegeode-ci.info/builds/apache-develop-main/1.9.0-SNAPSHOT.0458/test-artifacts/1550643578/distributedtestfiles-OpenJDK8-1.9.0-SNAPSHOT.0458.tgz



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)