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

[geode] branch develop updated (5ec5c8f -> 9ba75f0)

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

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


    from 5ec5c8f  Fix codeowners rules that weren't capturing what they were intended to (#6448)
     add 9ba75f0  Revert "GEODE-9239: Update PersistDUnitTest to use JedisCluster (#6438)" (#6442)

No new revisions were added by this update.

Summary of changes:
 .../internal/executor/key/ExistsDUnitTest.java     |  67 +++++++
 .../internal/executor/key/ExpireDUnitTest.java     | 204 +++++++++++++++++++++
 .../internal/executor/key/PersistDUnitTest.java    |   9 +-
 3 files changed, 275 insertions(+), 5 deletions(-)
 create mode 100644 geode-apis-compatible-with-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/key/ExistsDUnitTest.java
 create mode 100644 geode-apis-compatible-with-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/key/ExpireDUnitTest.java