You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2021/10/27 00:07:24 UTC

[geode] branch develop updated (115704a -> 0b93946)

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

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


    from 115704a  GEODE-9763: DUnit Test of Concurrent P2P Messaging with TLS Enabled (#6930)
     add 0b93946  GEODE-9740: enhance redis security permissions (#7029)

No new revisions were added by this update.

Summary of changes:
 .../connection/AuthNativeRedisAcceptanceTest.java  |   4 +-
 .../connection/AbstractAuthIntegrationTest.java    |  26 ++---
 .../executor/connection/AuthIntegrationTest.java   |  72 ++++++++++++--
 .../geode/redis/internal/RedisCommandType.java     |   4 +
 .../internal/netty/ExecutionHandlerContext.java    |  45 ++++-----
 .../geode/redis/internal/RedisCommandTypeTest.java |  31 +++---
 .../netty/ExecutionHandlerContextTest.java         | 110 +++++++++++++++++++++
 7 files changed, 225 insertions(+), 67 deletions(-)
 copy geode-core/src/distributedTest/java/org/apache/geode/distributed/LocatorLauncherTest.java => geode-for-redis/src/test/java/org/apache/geode/redis/internal/RedisCommandTypeTest.java (53%)
 create mode 100644 geode-for-redis/src/test/java/org/apache/geode/redis/internal/netty/ExecutionHandlerContextTest.java