[ https://issues.apache.org/jira/browse/GEODE-9850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448313#comment-17448313 ]
ASF subversion and git services commented on GEODE-9850: -------------------------------------------------------- Commit b59b3d13f8beb28b24ba95706d915b31689ce11a in geode's branch refs/heads/feature/GEODE-9850 from zhouxh [ https://gitbox.apache.org/repos/asf?p=geode.git;h=b59b3d1 ] GEODE-9850: tombstone might not create yet caused getOldestTombstoneTime() return 0 > flaky test: testGetOldestTombstoneTimeForReplicateTombstoneSweeper > ------------------------------------------------------------------ > > Key: GEODE-9850 > URL: https://issues.apache.org/jira/browse/GEODE-9850 > Project: Geode > Issue Type: Bug > Components: tests > Affects Versions: 1.13.5 > Reporter: Bill Burcham > Assignee: Xiaojian Zhou > Priority: Major > Labels: GeodeOperationAPI, pull-request-available > > First saw this failure in PR pipeline on support/1.13 here: > [https://concourse.apachegeode-ci.info/builds/3912569] > {code:java} > org.apache.geode.internal.cache.versions.TombstoneDUnitTest > > testGetOldestTombstoneTimeForReplicateTombstoneSweeper FAILED > org.apache.geode.test.dunit.RMIException: While invoking > org.apache.geode.internal.cache.versions.TombstoneDUnitTest$$Lambda$42/2046302475.run > in VM 0 running on Host 9a305b2d7db7 with 4 VMs > at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610) > at org.apache.geode.test.dunit.VM.invoke(VM.java:437) > at > org.apache.geode.internal.cache.versions.TombstoneDUnitTest.testGetOldestTombstoneTimeForReplicateTombstoneSweeper(TombstoneDUnitTest.java:228) > Caused by: > java.lang.AssertionError: > Expecting: > <-1637701703343L> > to be greater than: > <0L> > at > org.apache.geode.internal.cache.versions.TombstoneDUnitTest.lambda$testGetOldestTombstoneTimeForReplicateTombstoneSweeper$bb17a952$3(TombstoneDUnitTest.java:237) > {code} > I believe the fix is to wrap this assertion in an awaitility call. -- This message was sent by Atlassian Jira (v8.20.1#820001)