You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2019/01/31 05:42:28 UTC

[geode] branch feature/GEODE-6344 updated (e04f583 -> 0ca2d39)

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

zhouxj pushed a change to branch feature/GEODE-6344
in repository https://gitbox.apache.org/repos/asf/geode.git.


 discard e04f583  GEODE-6344: should revert GEODE-1183 before a better fix
     new 9c35fc7  GEODE-6174: more error handling in LocatorClusterConfigurationService (#3134)
     new 0ca2d39  GEODE-6344: should revert GEODE-1183 before a better fix

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e04f583)
            \
             N -- N -- N   refs/heads/feature/GEODE-6344 (0ca2d39)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 7307 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/rest/RegionManagementDunitTest.java   |   7 ++
 ...ionTest.java => DisabledClusterConfigTest.java} |  38 ++-----
 .../internal/HttpServiceIntegrationTest.java       |  55 +++++++---
 .../internal/api/RegionAPIDUnitTest.java           |  13 ---
 .../api/LocatorClusterManagementService.java       |  64 ++++++-----
 .../internal/cli/functions/CliFunctionResult.java  |   4 -
 .../mutators/RegionConfigMutator.java              |   3 +-
 .../api/LocatorClusterManagementServiceTest.java   | 117 +++++++++++++++++++++
 .../geode/test/junit/rules/MemberStarterRule.java  |   2 +-
 .../controllers/ManagementControllerAdvice.java    |  12 ++-
 10 files changed, 224 insertions(+), 91 deletions(-)
 copy geode-assembly/src/integrationTest/java/org/apache/geode/management/internal/{RegionManagementIntegrationTest.java => DisabledClusterConfigTest.java} (65%)
 create mode 100644 geode-core/src/test/java/org/apache/geode/management/internal/api/LocatorClusterManagementServiceTest.java