[
https://issues.apache.org/jira/browse/GEODE-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17304233#comment-17304233
]
ASF subversion and git services commented on GEODE-9026:
--------------------------------------------------------
Commit f03b5dac93d25dc2f488eb9a5bba63f41a999092 in geode-native's branch
refs/heads/develop from Mario Salazar de Torres
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=f03b5da ]
GEODE-9026: Fix race cond in RegisterKeysTest #2 (#769)
- As it seems there is still a very rare race condition that might
cause the test to fail.
- If the listener is called before wait_for is called, the test fails
due to timeout.
- A flag and predicate has been added to tackle this race condition.
> Fix race-condition for RegisterAllWithConsistencyDisabled IT
> ------------------------------------------------------------
>
> Key: GEODE-9026
> URL: https://issues.apache.org/jira/browse/GEODE-9026
> Project: Geode
> Issue Type: Bug
> Components: native client
> Affects Versions: 1.13.1
> Reporter: Mario Salazar de Torres
> Assignee: Mario Salazar de Torres
> Priority: Major
> Labels: pull-request-available
>
> There is a race condition in this test having to do with GMock's expectances
> being set after the call happens. This can be solved as easily as setting the
> expectance sooner.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)