You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2019/08/13 14:29:50 UTC

[geode] branch develop updated (6c6dc14 -> c7d414a)

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

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


    from 6c6dc14  GEODE-7074: update swagger api operation names for some rest end points (#3907)
     new 25e591c  GEODE-7036: Fix for NPE caused by ex-coordinator joining quorum
     new 2a466f9  GEODE-7036: Update of solution after review
     new aba75a7  GEODE-7036: Change TC name
     new c7d414a  Merge pull request #3882 from Nordix/feature/GEODE-7036

The 8216 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../internal/RestartOfMemberDistributedTest.java   | 87 ++++++++++++++++++++++
 .../distributed/internal/InternalLocator.java      |  9 ++-
 .../geode/test/dunit/rules/ClusterStartupRule.java | 14 +++-
 3 files changed, 106 insertions(+), 4 deletions(-)
 create mode 100644 geode-core/src/distributedTest/java/org/apache/geode/distributed/internal/RestartOfMemberDistributedTest.java