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/10/25 22:54:33 UTC

[geode] branch develop updated (2770669 -> f5ccf3b)

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 2770669  GEODE-9729: test should handle occasional AllConnectionsInUseException (#7037)
     add f5ccf3b  GEODE-9562: add system property for redis region name (#6960)

No new revisions were added by this update.

Summary of changes:
 ci/scripts/execute_redis_tests.sh                  |  4 +-
 .../geode/distributed/ConfigurationProperties.java | 16 ------
 .../connection/AuthNativeRedisAcceptanceTest.java  |  5 ++
 .../test/dunit/rules/RedisClusterStartupRule.java  |  4 +-
 .../cluster/RedisPartitionResolverDUnitTest.java   |  2 +-
 .../geode/redis/internal/data/DeltaDUnitTest.java  |  2 +-
 .../sortedset/ZAddIncrOptionDUnitTest.java         |  2 +-
 .../internal/executor/sortedset/ZRemDUnitTest.java |  2 +-
 .../sortedset/ZRemRangeByLexDUnitTest.java         |  2 +-
 .../sortedset/ZRemRangeByRankDUnitTest.java        |  2 +-
 .../sortedset/ZRemRangeByScoreDUnitTest.java       |  2 +-
 .../redis/session/SessionExpirationDUnitTest.java  |  2 +-
 .../connection/AbstractAuthIntegrationTest.java    | 10 ++++
 .../executor/connection/AuthIntegrationTest.java   | 49 ++++++++++------
 .../hash/MemoryOverheadIntegrationTest.java        |  2 +-
 .../geode/redis/internal/RedisProperties.java      | 14 +++++
 .../geode/redis/internal/RegionProvider.java       | 15 ++++-
 .../internal/netty/ExecutionHandlerContext.java    | 22 ++++++--
 .../redis/internal/netty/NettyRedisServer.java     |  1 -
 .../redis/internal/data/RedisPropertiesTest.java   | 65 +++++++++++++++++++++-
 20 files changed, 167 insertions(+), 56 deletions(-)