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/11/25 17:30:27 UTC

[geode] branch develop updated (6426bf1 -> 030f881)

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 6426bf1  GEODE-7494: Upgrade ArchUnit to 0.12.0 (#4358)
     add 030f881  GEODE-6818: Fix PutAllClientServerDistributedTest (#4363)

No new revisions were added by this update.

Summary of changes:
 .../geode/internal/cache/EntryEventImpl.java       |    1 +
 .../geode/internal/cache/InternalCacheEvent.java   |    5 +-
 .../geode/internal/cache/InternalEntryEvent.java   |    2 +
 .../geode/internal/cache/InternalRegion.java       |    6 +
 .../apache/geode/internal/cache/LocalRegion.java   |    4 +-
 .../geode/internal/cache/PutAllCSDUnitTest.java    | 4589 --------------------
 .../cache/PutAllClientServerDistributedTest.java   | 3377 ++++++++++++++
 7 files changed, 3390 insertions(+), 4594 deletions(-)
 delete mode 100755 geode-cq/src/distributedTest/java/org/apache/geode/internal/cache/PutAllCSDUnitTest.java
 create mode 100755 geode-cq/src/distributedTest/java/org/apache/geode/internal/cache/PutAllClientServerDistributedTest.java