You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2021/10/12 14:32:38 UTC

[geode-native] branch develop updated (7eed9d3 -> fafa3be)

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

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


    from 7eed9d3  GEODE-9553: remove usage of sprintf from tests (#879)
     add fafa3be  GEODE-9591: Don't retry function when Function.isHA=false (#866)

No new revisions were added by this update.

Summary of changes:
 cppcache/integration/framework/Gfsh.cpp            |   4 +
 cppcache/integration/framework/Gfsh.h              |   8 ++
 .../integration/test/FunctionExecutionTest.cpp     | 143 +++++++++++++++++++--
 cppcache/src/ExecutionImpl.cpp                     |  16 ---
 cppcache/src/ThinClientRegion.cpp                  |  55 ++++----
 tests/javaobject/MultiGetAllFunctionNonHA.java     |   3 +
 6 files changed, 182 insertions(+), 47 deletions(-)