You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2020/11/02 22:25:05 UTC

[geode] branch develop updated (7f19d9c -> 63c6eb1)

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

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


    from 7f19d9c  GEODE-8675: Log at query start when <trace> is enabled (#5690)
     add 63c6eb1  Geode-8677: Confirm binary data storage (#5696)

No new revisions were added by this update.

Summary of changes:
 .../executor/key/AbstractKeysIntegrationTest.java  | 19 +++++-
 .../string/AbstractAppendIntegrationTest.java      | 19 ++++++
 .../string/AbstractGetRangeIntegrationTest.java    | 71 ++++++++++++++++++++++
 .../AbstractLettuceAppendIntegrationTest.java      | 61 +++++++++++++++++++
 .../string/AbstractStrLenIntegrationTest.java      | 11 ++++
 ...Test.java => LettuceAppendIntegrationTest.java} |  2 +-
 .../apache/geode/redis/internal/netty/Coder.java   | 13 +---
 7 files changed, 181 insertions(+), 15 deletions(-)
 create mode 100644 geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/string/AbstractLettuceAppendIntegrationTest.java
 copy geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/string/{AppendIntegrationTest.java => LettuceAppendIntegrationTest.java} (92%)