You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2019/04/15 16:24:55 UTC

[geode] branch develop updated (cd7cf9f -> 35e024a)

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

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


    from cd7cf9f   GEODE-6580: Cleanup static analyzer warnings. (#3415)
     new 82a250e  GEODE-1703: Make InternalRegion extend DiskRecoveryStore
     new e1426c4  GEODE-1703: Add constants for defaults to TombstoneService
     new 35e024a  GEODE-1703: Fix PersistentRecoveryOrderDUnitTest time based flakiness

The 7652 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../PersistentRVVRecoveryDUnitTest.java            | 1075 +++++-------
 .../PersistentRecoveryOrderDUnitTest.java          | 1729 +++++++-------------
 .../PersistentRecoveryOrderOldConfigDUnitTest.java |   43 +-
 .../persistence/PersistentReplicatedTestBase.java  |  266 ++-
 .../geode/internal/cache/InternalRegion.java       |    7 +-
 .../apache/geode/internal/cache/LocalRegion.java   |    2 +
 .../geode/internal/cache/TombstoneService.java     |   57 +-
 .../apache/geode/test/dunit/AsyncInvocation.java   |    4 +-
 8 files changed, 1244 insertions(+), 1939 deletions(-)