This is an automated email from the ASF dual-hosted git repository.
mivanac pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from e011913 GEODE-7600: Disabling a test until the underlying code is
implemented. (#4659)
add 8072595 GEODE-7582: Update initlocator list (#4488)
No new revisions were added by this update.
Summary of changes:
.../AutoConnectionSourceImplJUnitTest.java | 35 -------
.../client/internal/AutoConnectionSourceImpl.java | 45 ++-------
geode-tcp-server/build.gradle | 5 +-
.../internal/tcpserver/LocatorAddress.java | 87 +++++++---------
.../internal/tcpserver/LocatorAddressTest.java | 109 +++++++++++++++++++++
5 files changed, 153 insertions(+), 128 deletions(-)
create mode 100644
geode-tcp-server/src/test/java/org/apache/geode/distributed/internal/tcpserver/LocatorAddressTest.java