[
https://issues.apache.org/jira/browse/GEODE-7614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17002594#comment-17002594
]
ASF subversion and git services commented on GEODE-7614:
--------------------------------------------------------
Commit f4854ef753f285225f3013b49584b145ea0f0983 in geode's branch
refs/heads/feature/GesterTemp from Bill Burcham
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=f4854ef ]
GEODE-7614: change assert to await in ClientHealthStatsDUnitTest (#4515)
> testClientHealthStats_SubscriptionEnabled fails because subscriptions aren't
> visible as soon as clients are
> -----------------------------------------------------------------------------------------------------------
>
> Key: GEODE-7614
> URL: https://issues.apache.org/jira/browse/GEODE-7614
> Project: Geode
> Issue Type: Bug
> Components: jmx
> Reporter: Bill Burcham
> Assignee: Bill Burcham
> Priority: Major
> Fix For: 1.12.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {{testClientHealthStats_SubscriptionEnabled}} failed because it expects the
> number of subscriptions to immediately match the number of clients. But they
> are not synched.
> The solution is for the test (in {{verifyClientsAndSubscription()}}) to
> assert (via {{awaitility}}) that the expected number of subscriptions
> _eventually_ matches the expectation.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)