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 2022/02/16 20:37:09 UTC

[geode-native] branch develop updated (ac9df11 -> 7873837)

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 ac9df11  GEODE-10040: Increase wait timeout for gfsh (#924)
     add 7873837  GEODE-9268: Fix PdxInstance handling after cluster restart (#806)

No new revisions were added by this update.

Summary of changes:
 cppcache/include/geode/ExceptionTypes.hpp          |   12 -
 cppcache/integration-test/ThinClientDistOps.hpp    |   32 +-
 .../integration-test/testThinClientPdxInstance.cpp | 2665 --------------------
 cppcache/integration/test/PdxInstanceTest.cpp      |   80 +-
 cppcache/integration/test/PdxSerializerTest.cpp    |   27 +-
 cppcache/integration/test/PdxTypeRegistryTest.cpp  |  229 +-
 cppcache/src/PdxHelper.cpp                         |  193 +-
 cppcache/src/PdxHelper.hpp                         |   14 +-
 cppcache/src/PdxInstanceFactory.cpp                |   30 +-
 cppcache/src/PdxInstanceImpl.cpp                   | 1162 ++++-----
 cppcache/src/PdxInstanceImpl.hpp                   |   80 +-
 cppcache/src/PdxLocalWriter.cpp                    |   12 +-
 cppcache/src/PdxLocalWriter.hpp                    |    2 +-
 cppcache/src/SerializationRegistry.cpp             |   20 +-
 cppcache/src/TcrMessage.cpp                        |    8 +-
 cppcache/test/PdxInstanceImplTest.cpp              |   15 +-
 tests/cpp/testobject/NestedPdxObject.cpp           |   98 +-
 tests/cpp/testobject/NestedPdxObject.hpp           |   68 +-
 tests/cpp/testobject/PdxType.cpp                   |  209 +-
 tests/cpp/testobject/PdxType.hpp                   |  238 +-
 20 files changed, 1267 insertions(+), 3927 deletions(-)
 delete mode 100644 cppcache/integration-test/testThinClientPdxInstance.cpp