Bill Burcham created GEODE-7614: ----------------------------------- Summary: 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: Improvement Components: jmx Reporter: Bill Burcham
{{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)