[ https://issues.apache.org/jira/browse/GEODE-9373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17362163#comment-17362163 ]
ASF subversion and git services commented on GEODE-9373: -------------------------------------------------------- Commit 6ccd9bccd70c572e42b1904a19f4dcf733c6daea in geode's branch refs/heads/feature/GEODE-9373 from zhouxh [ https://gitbox.apache.org/repos/asf?p=geode.git;h=6ccd9bc ] GEODE-9373: add testEventIdOutOfOrderInPartitionRegionSingleHopFromClientRegisteredInterest > add > testEventIdOutOfOrderInPartitionRegionSingleHopFromClientRegisteredInterest > ------------------------------------------------------------------------------- > > Key: GEODE-9373 > URL: https://issues.apache.org/jira/browse/GEODE-9373 > Project: Geode > Issue Type: Bug > Reporter: Xiaojian Zhou > Assignee: Xiaojian Zhou > Priority: Major > Labels: GeodeOperationAPI > > PutAllClientServerDistributedTest.testEventIdOutOfOrderInPartitionRegionSingleHop() > was changed to only check the caller client's listener counts. However, it > is still necessary to add a different test to check another client's listener > counts from registerInterest subscription. > The reason is, caller client's listener is triggered by the putAll itself. We > also need to test the subscription. > For the race mentioned in GEODE-9242, it is caused by > myRegion.registerInterest("ALL_KEYS") might be too slow and while it's > on-going, the server is closed. > We can move it earlier to immediately after created region to resolve the > race. -- This message was sent by Atlassian Jira (v8.3.4#803005)