You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/09/07 23:31:00 UTC

[jira] [Commented] (GEODE-5704) CI Failure: DistributedAckOverflowRegionCCEDUnitTest > testConcurrentEventsOnEmptyRegion - Data loss

    [ https://issues.apache.org/jira/browse/GEODE-5704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16607776#comment-16607776 ] 

ASF subversion and git services commented on GEODE-5704:
--------------------------------------------------------

Commit 58eccef89f245a3b40d062408792eb5b22f66255 in geode's branch refs/heads/develop 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: khowe@pivotal.io


> 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)