You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2020/03/24 17:21:22 UTC

[geode] branch develop updated (cf0e128 -> 9700bbc)

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

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


    from cf0e128  GEODE-7852: Ignore ClientSNIAcceptanceTest on windows (#4838)
     add 9700bbc  GEODE-7826: start jmx-manager when the Management Rest Service is (#4820)

No new revisions were added by this update.

Summary of changes:
 .../cli/commands/StartLocatorCommandDUnitTest.java |  20 +++-
 .../distributed/internal/InternalLocator.java      |  19 ++-
 .../distributed/internal/InternalLocatorTest.java  | 129 +++++++++++++++++++++
 .../geode/test/dunit/internal/DUnitLauncher.java   |   2 +
 4 files changed, 160 insertions(+), 10 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/distributed/internal/InternalLocatorTest.java