You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2019/07/09 16:55:51 UTC

[geode] branch develop updated (5de1d45 -> f94a498)

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

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


    from 5de1d45  GEODE-6911: Fix SUM short description in docs (#3786)
     add f94a498  GEODE-6918: Cleanup InternalLocator use of workingDirectory (#3782)

No new revisions were added by this update.

Summary of changes:
 .../internal/InternalLocatorIntegrationTest.java   | 135 ++++++++++++++
 .../internal/membership/MembershipJUnitTest.java   |   4 +-
 .../gms/locator/GMSLocatorIntegrationTest.java     |   3 +-
 .../locator/GMSLocatorRecoveryIntegrationTest.java |   6 +-
 .../logging/LoggingWithLocatorIntegrationTest.java |   6 +-
 .../apache/geode/distributed/LocatorLauncher.java  |   3 +-
 .../InternalConfigurationPersistenceService.java   | 204 +++++++--------------
 .../distributed/internal/InternalLocator.java      |  44 +++--
 .../internal/membership/MemberFactory.java         |   4 +-
 .../internal/membership/MemberServices.java        |   4 +-
 .../internal/membership/gms/GMSMemberFactory.java  |   4 +-
 .../membership/gms/locator/GMSLocator.java         |   8 +-
 .../apache/geode/internal/config/JAXBService.java  |  61 ++++--
 ...nternalConfigurationPersistenceServiceTest.java |  40 ++--
 .../geode/internal/config/JAXBServiceTest.java     |  54 ++++--
 .../api/LocatorClusterManagementServiceTest.java   |   5 +-
 .../commands/AlterAsyncEventQueueCommandTest.java  |  25 +--
 .../internal/cli/remote/CommandExecutorTest.java   |  33 ++--
 18 files changed, 383 insertions(+), 260 deletions(-)
 create mode 100644 geode-core/src/integrationTest/java/org/apache/geode/distributed/internal/InternalLocatorIntegrationTest.java