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 2020/10/22 16:49:20 UTC

[geode] branch develop updated (54527eb -> 74a0d75)

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 54527eb  GEODE-8496: top off dependency updates for 1.14 (#5652)
     add 74a0d75  GEODE-8594: Create new DistributedMap for dunit (#5611)

No new revisions were added by this update.

Summary of changes:
 .../rules/tests/DistributedMapDistributedTest.java | 494 +++++++++++++++++++++
 .../geode/test/dunit/rules/DistributedMap.java     | 214 +++++++++
 2 files changed, 708 insertions(+)
 create mode 100644 geode-dunit/src/distributedTest/java/org/apache/geode/test/dunit/rules/tests/DistributedMapDistributedTest.java
 create mode 100644 geode-dunit/src/main/java/org/apache/geode/test/dunit/rules/DistributedMap.java