[
https://issues.apache.org/jira/browse/GEODE-7617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17002394#comment-17002394
]
ASF subversion and git services commented on GEODE-7617:
--------------------------------------------------------
Commit 90e219fa408cb9e119295ee5f277a66827e2cab9 in geode's branch
refs/heads/feature/GEODE-7617 from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=90e219f ]
GEODE-7617: CI failure: GeodeClientClusterManagementSSLTest.
getServiceUseClientSSLConfig
add an await() so that the cluster configuration service has time to
spin up.
> CI failure: GeodeClientClusterManagementSSLTest. getServiceUseClientSSLConfig
> -----------------------------------------------------------------------------
>
> Key: GEODE-7617
> URL: https://issues.apache.org/jira/browse/GEODE-7617
> Project: Geode
> Issue Type: Test
> Components: tests
> Reporter: Bruce J Schuchardt
> Assignee: Bruce J Schuchardt
> Priority: Major
>
> This test creates a locator and then creates a cache in another JVM and then
> asserts that it can find the cluster configuration service. The problem is
> that the cluster configuration service is initialized in the background and
> isn't ready when locator startup completes. Until that guarantee is in place
> this test is going to fail periodically because it makes the assertion
> immediately after starting the locator.
> {noformat}
> org.apache.geode.management.internal.rest.GeodeClientClusterManagementSSLTest
> > getServiceUseClientSSLConfig FAILED
> org.apache.geode.test.dunit.RMIException: While invoking
> org.apache.geode.management.internal.rest.GeodeClientClusterManagementSSLTest$$Lambda$29/1016886377.run
> in VM 1 running on Host 3984d60ce841 with 4 VMs
> at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:610)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:437)
> at
> org.apache.geode.test.junit.rules.VMProvider.invoke(VMProvider.java:94)
> at
> org.apache.geode.management.internal.rest.GeodeClientClusterManagementSSLTest.getServiceUseClientSSLConfig(GeodeClientClusterManagementSSLTest.java:67)
> Caused by:
> java.lang.IllegalStateException: Unable to discover a locator that
> has ClusterManagementService running.
> at
> org.apache.geode.management.internal.api.GeodeClusterManagementServiceBuilder.setClientCache(GeodeClusterManagementServiceBuilder.java:149)
> at
> org.apache.geode.management.internal.api.GeodeClusterManagementServiceBuilder.setCache(GeodeClusterManagementServiceBuilder.java:89)
> at
> org.apache.geode.management.internal.api.GeodeClusterManagementServiceBuilder.setCache(GeodeClusterManagementServiceBuilder.java:58)
> at
> org.apache.geode.management.internal.rest.GeodeClientClusterManagementSSLTest.lambda$getServiceUseClientSSLConfig$bb17a952$1(GeodeClientClusterManagementSSLTest.java:69)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)