You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2019/05/15 20:17:19 UTC

[geode] branch develop updated (690c65e -> 32e6a68)

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

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


    from 690c65e  GEODE-6749: Prevent gfsh from creating duplicate named disk stores (#3562)
     add 32e6a68  GEODE-6767: Don't lose metadata when altering a PR

No new revisions were added by this update.

Summary of changes:
 ...artitionedRegionAttributesMutatorDUnitTest.java | 134 +++++++++++++++++++++
 .../PartitionedRegionAttributesMutatorTest.java    |  48 ++++++++
 .../internal/cache/PartitionRegionConfig.java      |   8 ++
 .../geode/internal/cache/PartitionedRegion.java    |  25 ++--
 4 files changed, 203 insertions(+), 12 deletions(-)
 create mode 100644 geode-core/src/distributedTest/java/org/apache/geode/internal/cache/partitioned/PartitionedRegionAttributesMutatorDUnitTest.java