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 2021/03/25 15:43:51 UTC

[geode] branch develop updated (c800898 -> 8134891)

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

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


    from c800898  GEODE-9062: Fix for DataSerializableJUnit in StressTest (#6182)
     new 6372ba4  GEODE-9037: Remove unimplemented commands
     new 4065a42  address requested changes
     new 16bc928  retrigger ci
     new 8134891  Merge pull request #6155 from ringles/GEODE-9037-do-not-expose-unsupported-commands

The 10108 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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