You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ri...@apache.org on 2022/02/04 17:37:49 UTC

[geode] branch GEODE-9892-Create-Infrastructure-for-Redis-Lists updated (12c8c36 -> 0248596)

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

ringles pushed a change to branch GEODE-9892-Create-Infrastructure-for-Redis-Lists
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 12c8c36  PR feedback updates
     add 0248596  Test rework to address most PR reviews

No new revisions were added by this update.

Summary of changes:
 .../executor/list/LPopAndCrashesDUnitTest.java     | 108 ----------------
 .../commands/executor/list/LPopDUnitTest.java      | 137 ++++++++++++---------
 .../commands/executor/list/LPushDUnitTest.java     |   2 +-
 .../executor/list/AbstractLPopIntegrationTest.java |  30 +++--
 4 files changed, 97 insertions(+), 180 deletions(-)
 delete mode 100644 geode-for-redis/src/distributedTest/java/org/apache/geode/redis/internal/commands/executor/list/LPopAndCrashesDUnitTest.java