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:40:46 UTC

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

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 fafa3be  GEODE-9591: Don't retry function when Function.isHA=false (#866)
     add faa96d0  GEODE-9634: Workaround for failing test. (#872)

No new revisions were added by this update.

Summary of changes:
 cppcache/integration/framework/Cluster.cpp         | 181 ++++++++-------------
 cppcache/integration/framework/Cluster.h           |  66 ++++----
 cppcache/integration/framework/Framework.cpp       |   7 +
 cppcache/integration/framework/Framework.h         |   6 +
 cppcache/integration/framework/Gfsh.cpp            |  24 ++-
 cppcache/integration/framework/Gfsh.h              |   3 +-
 cppcache/integration/framework/NamedType.h         |   1 +
 cppcache/integration/test/BasicIPv6Test.cpp        |   3 +-
 .../test/DisconnectEndPointAtException.cpp         |   9 +-
 cppcache/integration/test/Order.cpp                |   7 +
 cppcache/integration/test/Order.hpp                |   4 +
 .../integration/test/WanDeserializationTest.cpp    |  92 +++++++----
 12 files changed, 208 insertions(+), 195 deletions(-)