You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by he...@apache.org on 2021/01/07 19:56:44 UTC

[geode] branch develop updated (5209009 -> 81cd180)

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

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


    from 5209009  GEODE-8814: StressNewTestHelper is not specifying multiple tests correctly (#5881)
     add 81cd180  GEODE-8786 redis info command hit miss ratios (#5875)

No new revisions were added by this update.

Summary of changes:
 .../HitsMissesNativeRedisAcceptanceTest.java       |   6 -
 .../redis/internal/RedisStatsIntegrationTest.java  |  42 ++++-
 .../server/AbstractHitsMissesIntegrationTest.java  | 174 +++++++++++++++------
 ...ionTest.java => HitsMissesIntegrationTest.java} |   2 +-
 .../geode/redis/internal/GeodeRedisServer.java     |   2 +-
 .../redis/internal/PassiveExpirationManager.java   |   2 +-
 .../redis/internal/RedisCommandSupportLevel.java   |   3 +-
 .../geode/redis/internal/RedisCommandType.java     |  14 +-
 .../geode/redis/internal/data/CommandHelper.java   |  53 ++++---
 .../geode/redis/internal/data/NullRedisSet.java    |   4 +-
 .../geode/redis/internal/data/NullRedisString.java |   2 +-
 .../data/RedisHashCommandsFunctionExecutor.java    |  38 +++--
 .../data/RedisKeyCommandsFunctionExecutor.java     |   5 +
 .../data/RedisSetCommandsFunctionExecutor.java     |  32 ++--
 .../data/RedisStringCommandsFunctionExecutor.java  |  43 ++---
 .../redis/internal/executor/CommandFunction.java   |   4 +
 .../internal/executor/hash/HScanExecutor.java      |   1 +
 .../internal/executor/key/RedisKeyCommands.java    |   2 +
 .../key/RedisKeyCommandsFunctionInvoker.java       |   6 +
 .../internal/executor/set/RedisSetCommands.java    |   2 +
 .../set/RedisSetCommandsFunctionInvoker.java       |   6 +
 .../redis/internal/executor/set/SScanExecutor.java |   1 +
 .../redis/internal/statistics/RedisStats.java      |   3 -
 .../redis/internal/SupportedCommandsJUnitTest.java |  27 ++++
 24 files changed, 332 insertions(+), 142 deletions(-)
 copy geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/server/{DBSizeIntegrationTest.java => HitsMissesIntegrationTest.java} (92%)