You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/02/23 21:41:39 UTC

[GitHub] [geode] jinmeiliao commented on pull request #6049: GEODE-8097: expects at least one callback

jinmeiliao commented on pull request #6049:
URL: https://github.com/apache/geode/pull/6049#issuecomment-784532217


   > 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?
   
   It's not due to recursion. The test calls for a `getFuture` which repeatedly issues the `get` call until the async operation finishes. On a slow machine, there could be more than one `get` call issued.


----------------------------------------------------------------
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:
users@infra.apache.org