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

[geode] branch develop updated (874e4c8 -> 88ad403)

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

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


    from 874e4c8  move JDK11 testing from OpenJDK to AdoptOpenJDK going forward
     add 88ad403  GEODE-6672: persist the diskstore dir correctly in cluster configuration (#3572)

No new revisions were added by this update.

Summary of changes:
 .../cli/commands/DiskStoreCommandsDUnitTest.java   |  4 +-
 .../cli/commands/CreateDiskStoreCommand.java       | 11 ++-
 .../cache/configuration/RegionConfigTest.java      | 62 +++++++++++++++++
 .../cli/commands/CreateDiskStoreCommandTest.java   | 78 ++++++++++++++++++++++
 .../geode/cache/configuration/DiskStoreType.java   | 39 +++++------
 5 files changed, 162 insertions(+), 32 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/cli/commands/CreateDiskStoreCommandTest.java