You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:47:05 UTC

[jira] [Closed] (GEODE-9850) flaky test: testGetOldestTombstoneTimeForReplicateTombstoneSweeper

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

Owen Nichols closed GEODE-9850.
-------------------------------

> 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
>             Fix For: 1.15.0
>
>
> 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.7#820007)