You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bu...@apache.org on 2019/10/17 18:01:00 UTC

[geode] branch develop updated (2104c9b -> f30f936)

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

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


    from 2104c9b  GEODE-3780: disabling test that is failing in CI
     add f30f936  GEODE-7167: eliminate NPE when parsing locators property (#4018)

No new revisions were added by this update.

Summary of changes:
 .../geode/pdx/internal/MultipleCacheJUnitTest.java |   2 +-
 .../distributed/internal/InternalLocator.java      |   4 +-
 .../internal/membership/gms/GMSUtil.java           |  98 +++++++++++-------
 .../distributed/internal/tcpserver/TcpServer.java  |   2 +-
 .../internal/membership/gms/GMSUtilTest.java       | 110 +++++++++++++++++++++
 5 files changed, 175 insertions(+), 41 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/distributed/internal/membership/gms/GMSUtilTest.java