You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by al...@apache.org on 2021/11/05 06:55:59 UTC

[geode] branch develop updated (60c62d8 -> 4c43c53)

This is an automated email from the ASF dual-hosted git repository.

alberto pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 60c62d8  GEODE-9786: Make IndexibleTreeSet inner class of quick check test (#7078)
     add 4c43c53  GEODE-9774: Clear networkHop variable at function execution exit (#7051)

No new revisions were added by this update.

Summary of changes:
 ...rRegionFunctionExecutionSingleHopDUnitTest.java | 49 +++++++++++++++++++
 .../execute/PartitionedRegionFunctionExecutor.java | 32 ++++++++-----
 .../PartitionedRegionFunctionExecutorTest.java     | 55 ++++++++++++++++++++++
 .../internal/cache/functions/TestFunction.java     | 26 ++++++++++
 4 files changed, 149 insertions(+), 13 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/execute/PartitionedRegionFunctionExecutorTest.java