Bill Burcham created GEODE-9850: ----------------------------------- Summary: 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
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)