[
https://issues.apache.org/jira/browse/GEODE-5704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607852#comment-16607852
]
ASF subversion and git services commented on GEODE-5704:
--------------------------------------------------------
Commit 58eccef89f245a3b40d062408792eb5b22f66255 in geode's branch
refs/heads/windows-heavy-lifter from [~balesh2]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=58eccef ]
GEODE-5704: use untilAsserted to avoid early failure (#2438)
* GEODE-5704: use untilAsserted to avoid early failure
There was an awaitility that intended to loop until data was consistent
but instead failed on the first pass if any keys weren't consistent.
Signed-off-by: [email protected]
> CI Failure: DistributedAckOverflowRegionCCEDUnitTest >
> testConcurrentEventsOnEmptyRegion - Data loss
> ----------------------------------------------------------------------------------------------------
>
> Key: GEODE-5704
> URL: https://issues.apache.org/jira/browse/GEODE-5704
> Project: Geode
> Issue Type: Bug
> Reporter: Helena Bales
> Assignee: Helena Bales
> Priority: Major
> Labels: pull-request-available, swat
> Fix For: 1.8.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Return value is unexpectedly null in
> org.apache.geode.cache30.DistributedAckOverflowRegionCCEDUnitTest >
> testConcurrentEventsOnEmptyRegion.
> The failure on CI can be found here:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/DistributedTest/builds/364
> Failed with stack trace:
> org.apache.geode.cache30.DistributedAckOverflowRegionCCEDUnitTest >
> testConcurrentEventsOnEmptyRegion FAILED
>
> org.junit.ComparisonFailure: [1 region contents are not consistent for i
> cckey2] expected:<"ccvalue3362298"> but was:<null>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)