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

[geode] branch develop updated (1210320 -> 117a27d)

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

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


    from 1210320  Revert "GEODE-6144 use version of concourse-pipeline-resource that has fix for large number of pipelines"
     add 117a27d  GEODE-6719 : Handling default disktore request from AppServers (#3516)

No new revisions were added by this update.

Summary of changes:
 extensions/geode-modules/build.gradle              |   2 +-
 .../geode/modules/util/CreateRegionFunction.java   |  45 +++-
 .../apache/geode/modules/util/RegionHelper.java    |   2 +-
 .../util/CreateRegionFunctionJUnitTest.java        | 291 +++++++++++++++++++++
 .../cache/xmlcache/RegionAttributesCreation.java   |   1 +
 5 files changed, 338 insertions(+), 3 deletions(-)
 create mode 100644 extensions/geode-modules/src/test/java/org/apache/geode/modules/util/CreateRegionFunctionJUnitTest.java