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

[geode] branch support/1.14 updated (c2f3161 -> 1c3d8f3)

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

nnag pushed a change to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from c2f3161  GEODE-9051: Added a feature to measure the Tenured heap consumption (#6176) (#6251)
     add 1c3d8f3  GEODE-9037: Remove unimplemented commands #6244

No new revisions were added by this update.

Summary of changes:
 ci/scripts/execute_redis_tests.sh                  |   4 +-
 .../apache/geode/redis/GeodeRedisServerRule.java   |  10 +-
 .../test/dunit/rules/RedisClusterStartupRule.java  |   7 +-
 .../redis/GeodeRedisServerStartupDUnitTest.java    | 133 -------------------
 .../executor/CrashAndNoRepeatDUnitTest.java        |  10 +-
 .../executor/hash/HashesAndCrashesDUnitTest.java   |  10 +-
 .../common/UnsupportedCommandsIntegrationTest.java | 139 ++++++++++++++++++++
 .../geode/redis/internal/GeodeRedisServer.java     |  50 ++------
 .../redis/internal/RedisCommandSupportLevel.java   |   1 -
 .../geode/redis/internal/RedisCommandType.java     | 142 ++-------------------
 .../apache/geode/redis/internal/netty/Command.java |   4 -
 .../internal/netty/ExecutionHandlerContext.java    |  15 +--
 .../redis/internal/statistics/GeodeRedisStats.java |  20 ---
 .../redis/internal/SupportedCommandsJUnitTest.java | 128 -------------------
 14 files changed, 189 insertions(+), 484 deletions(-)
 create mode 100644 geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/common/UnsupportedCommandsIntegrationTest.java