You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2019/08/22 23:40:46 UTC

[geode] branch develop updated (785c6a3 -> b8c5a0b)

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

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


    from 785c6a3  GEODE-7112: add wait until user transaction is timed out. (#3961)
     add 2ad5d3e  GEODE-7083: Cleanup static analyzer warnings.
     add b8c5a0b  GEODE-7083: Adds statistics to PeerTypeRegistration

No new revisions were added by this update.

Summary of changes:
 .../internal/TypeRegistrationDistributedTest.java  | 175 +++++++++++++++
 .../org/apache/geode/pdx/PdxInstanceJUnitTest.java | 234 +++++++++------------
 .../geode/pdx/internal/PeerTypeRegistration.java   | 181 +++++++---------
 .../pdx/internal/TypeRegistrationStatistics.java   |  80 +++++++
 .../geode/internal/cache/GemFireCacheImplTest.java |  14 +-
 5 files changed, 447 insertions(+), 237 deletions(-)
 create mode 100644 geode-core/src/distributedTest/java/org/apache/geode/pdx/internal/TypeRegistrationDistributedTest.java
 create mode 100644 geode-core/src/main/java/org/apache/geode/pdx/internal/TypeRegistrationStatistics.java