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