[ https://issues.apache.org/jira/browse/GEODE-9374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17379261#comment-17379261 ]
ASF subversion and git services commented on GEODE-9374: -------------------------------------------------------- Commit 81203077f15163c5be0a53764f592d3a0569905f in geode's branch refs/heads/support/1.14 from Donal Evans [ https://gitbox.apache.org/repos/asf?p=geode.git;h=8120307 ] GEODE-9374: Use await() in RestoreRedundancyOperationDUnitTest (#6649) - Convert assertions to AssertJ - Add await() to assertions around stats Authored-by: Donal Evans <doev...@vmware.com> (cherry picked from commit 7b3693ddc14d631200c81926c0072d1546f28169) > CI Failure: RestoreRedundancyOperationDUnitTest > > statsAreUpdatedWhenRestoreRedundancyIsCalled > ---------------------------------------------------------------------------------------------- > > Key: GEODE-9374 > URL: https://issues.apache.org/jira/browse/GEODE-9374 > Project: Geode > Issue Type: Bug > Affects Versions: 1.14.0, 1.15.0 > Reporter: Donal Evans > Assignee: Donal Evans > Priority: Major > Labels: blocks-1.14.0, flaky, pull-request-available > Fix For: 1.14.0, 1.15.0 > > > {noformat} > org.apache.geode.internal.cache.control.RestoreRedundancyOperationDUnitTest > > statsAreUpdatedWhenRestoreRedundancyIsCalled FAILED > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.internal.cache.control.RestoreRedundancyOperationDUnitTest$$Lambda$87/347190495.run > in VM 1 running on Host 72dc24287840 with 4 VMs > at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631) > at org.apache.geode.test.dunit.VM.invoke(VM.java:448) > at org.apache.geode.test.junit.rules.VMProvider.invoke(VMProvider.java:94) > at > org.apache.geode.internal.cache.control.RestoreRedundancyOperationDUnitTest.statsAreUpdatedWhenRestoreRedundancyIsCalled(RestoreRedundancyOperationDUnitTest.java:108) > Caused by: > java.lang.AssertionError: > Expected: <0L> > but: was <1L> > at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) > at org.junit.Assert.assertThat(Assert.java:964) > at org.junit.Assert.assertThat(Assert.java:930) > at > org.apache.geode.internal.cache.control.RestoreRedundancyOperationDUnitTest.lambda$statsAreUpdatedWhenRestoreRedundancyIsCalled$bb17a952$1(RestoreRedundancyOperationDUnitTest.java:114) > {noformat} > =-=-=-=-=-=-=-=-=-=-=-=-=-=-= Test Results URI > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > http://files.apachegeode-ci.info/builds/apache-support-1-14-main/1.14.0-build.0759/test-results/distributedTest/1618882514/ > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Test report artifacts from this job are available at: > http://files.apachegeode-ci.info/builds/apache-support-1-14-main/1.14.0-build.0759/test-artifacts/1618882514/distributedtestfiles-OpenJDK8-1.14.0-build.0759.tgz > Seen in the support/1.14 pipeline. This test has never been reported to fail > before, so this is likely a flaky failure that could be fixed by using an > await() for the stat to have the expected value. -- This message was sent by Atlassian Jira (v8.3.4#803005)