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

ASF GitHub Bot commented on GEODE-8097:
---------------------------------------

onichols-pivotal commented on pull request #6049:
URL: https://github.com/apache/geode/pull/6049#issuecomment-784487083


   is this for the test failures where we see like 295 calls instead of the 
expected 1, and a stacktrace that looks like it's happening via recursion?  I 
can't help wondering if we should prevent the recursive call rather than change 
the test to say it's ok?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> 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, pull-request-available
>
> 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)

Reply via email to