You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by do...@apache.org on 2021/10/28 17:21:05 UTC

[geode] branch develop updated (c6bee7a -> dae7b82)

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

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


    from c6bee7a  GEODE-9683: Add unit test coverage for RedisMemberInfo (#7054)
     add dae7b82  GEODE-9684: Add unit test coverage for RedisMemberInfoRetrievalFunction (#7053)

No new revisions were added by this update.

Summary of changes:
 .../cluster/RedisMemberInfoRetrievalFunction.java  |  14 +-
 .../RedisMemberInfoRetrievalFunctionTest.java      | 153 +++++++++++++++++++++
 2 files changed, 166 insertions(+), 1 deletion(-)
 create mode 100644 geode-for-redis/src/test/java/org/apache/geode/redis/internal/cluster/RedisMemberInfoRetrievalFunctionTest.java