You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mark Hanson (Jira)" <ji...@apache.org> on 2020/09/03 20:54:00 UTC

[jira] [Commented] (GEODE-8097) ClientClusterManagementServiceTest expects 1 callback but gets 295

    [ https://issues.apache.org/jira/browse/GEODE-8097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17190388#comment-17190388 ] 

Mark Hanson commented on GEODE-8097:
------------------------------------

Windows reproduction: [https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsUnitTestOpenJDK8/builds/422]

Stack is the same as above.

logs at 
{noformat}
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=  Test Results URI =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
http://files.apachegeode-ci.info/builds/apache-develop-main/1.14.0-build.0321/test-results/test/1599164012/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Test report artifacts from this job are available at:

http://files.apachegeode-ci.info/builds/apache-develop-main/1.14.0-build.0321/test-artifacts/1599164012/windows-unittestfiles-OpenJDK8-1.14.0-build.0321.tgz
 {noformat}

> ClientClusterManagementServiceTest expects 1 callback but gets 295
> ------------------------------------------------------------------
>
>                 Key: GEODE-8097
>                 URL: https://issues.apache.org/jira/browse/GEODE-8097
>             Project: Geode
>          Issue Type: Bug
>          Components: management
>            Reporter: Bill Burcham
>            Assignee: Jinmei Liao
>            Priority: Major
>              Labels: GeodeOperationAPI
>
> CI test failed here: https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsUnitTestOpenJDK8/builds/138#A
> {code}
> org.apache.geode.management.internal.ClientClusterManagementServiceTest > getOperationCallsSubmitMessageAndReturnsFuture FAILED
>     org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.geode.management.internal.ClientClusterManagementServiceTest 
>     clusterManagementServiceTransport.submitMessageForGetOperation(
>         same(org.apache.geode.management.operation.RebalanceOperation@6d6b2db0),
>         same("opId")
>     );
>     Wanted 1 time:
>     -> at org.apache.geode.management.internal.ClientClusterManagementServiceTest.lambda$getOperationCallsSubmitMessageAndReturnsFuture$1(ClientClusterManagementServiceTest.java:170)
>     But was 295 times:
>     -> at org.apache.geode.management.internal.ClientClusterManagementService.get(ClientClusterManagementService.java:114)
>     -> at org.apache.geode.management.internal.ClientClusterManagementService.get(ClientClusterManagementService.java:114)
>     -> at org.apache.geode.management.internal.ClientClusterManagementService.get(ClientClusterManagementService.java:114)
> …
> {code}
> Ran it 100 times in IntelliJ with no failures.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)