You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2020/08/13 22:31:00 UTC

[geode] branch develop updated (7ca77cc -> 4637498)

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

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


    from 7ca77cc  GEODE-8428: Update geode-redis README  (#5455)
     add 4637498  GEODE-8427: fix flaky test and do not throw memberDeparted (#5446)

No new revisions were added by this update.

Summary of changes:
 .../session/NativeRedisSessionAcceptanceTest.java  |  17 ++-
 ...NativeRedisSessionExpirationAcceptanceTest.java |  18 +--
 .../executor/CrashAndNoRepeatDUnitTest.java        | 138 +++++++++------------
 .../executor/hash/HashesAndCrashesDUnitTest.java   |  50 ++++----
 .../internal/executor/pubsub/PubSubDUnitTest.java  |  11 +-
 .../geode/redis/session/RedisSessionDUnitTest.java |   5 +-
 .../geode/redis/session/SessionDUnitTest.java      | 103 ++++++++-------
 .../redis/session/SessionExpirationDUnitTest.java  |   8 +-
 .../internal/netty/ExecutionHandlerContext.java    |  20 +--
 9 files changed, 169 insertions(+), 201 deletions(-)