You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2021/11/30 18:30:53 UTC

[geode] branch develop updated (e69590e -> 2b523e1)

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

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


    from e69590e  GEODE-9669: Improve reporting of Radish mem_fragmentation_ratio (#7127)
     add 2b523e1  GEODE-9855: Radish authentication during HA test (#7146)

No new revisions were added by this update.

Summary of changes:
 .../test/dunit/rules/SerializableFunction.java     |   7 ++
 .../test/dunit/rules/RedisClusterStartupRule.java  |  18 ++-
 .../auth/AuthWhileServersRestartDUnitTest.java     | 130 +++++++++++++++++++++
 3 files changed, 153 insertions(+), 2 deletions(-)
 create mode 100644 geode-for-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/auth/AuthWhileServersRestartDUnitTest.java