You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2019/12/30 23:11:59 UTC

[geode] branch feature/GEODE-7634 updated (8b9285c -> 7cc1299)

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

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


    from 8b9285c  GEODE-7634: create an ArchUnitTest that asserts that geode-core only uses the membership API
     add 7cc1299  removing test dependencies and fixing crashDistributedSystem method

No new revisions were added by this update.

Summary of changes:
 .../geode/distributed/LocatorIntegrationTest.java  |   9 +-
 .../internal/membership/MembershipJUnitTest.java   | 100 +++++++--------------
 .../api/CoreOnlyUsesMembershipAPIArchUnitTest.java |   5 --
 .../gms/membership/GMSJoinLeaveJUnitTest.java      |  20 +++++
 .../membership/gms/messenger/JGroupsMessenger.java |   9 --
 .../membership/gms/MembershipManagerHelper.java    |   2 +-
 6 files changed, 55 insertions(+), 90 deletions(-)