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 10f01a5 GEODE-8374: Remove no-op of unsupported system property.
(#6003)
add 87cec83 GEODE-8911: Redis - DECR tests (#6005)
No new revisions were added by this update.
Summary of changes:
.../string/StrLenNativeRedisAcceptanceTest.java | 32 -------------------
...t.java => StringNativeRedisAcceptanceTest.java} | 2 +-
.../internal/executor/string/StringsDUnitTest.java | 15 +++++++++
...est.java => AbstractStringIntegrationTest.java} | 37 +++++++++++++++++++++-
.../executor/string/StrLenIntegrationTest.java | 31 ------------------
...grationTest.java => StringIntegrationTest.java} | 2 +-
.../geode/redis/internal/RedisCommandType.java | 2 +-
.../redis/internal/SupportedCommandsJUnitTest.java | 2 +-
8 files changed, 55 insertions(+), 68 deletions(-)
delete mode 100755
geode-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/string/StrLenNativeRedisAcceptanceTest.java
copy
geode-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/string/{DecrNativeRedisAcceptanceTest.java
=> StringNativeRedisAcceptanceTest.java} (92%)
rename
geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/string/{AbstractStrLenIntegrationTest.java
=> AbstractStringIntegrationTest.java} (76%)
delete mode 100755
geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/string/StrLenIntegrationTest.java
copy
geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/string/{AppendIntegrationTest.java
=> StringIntegrationTest.java} (94%)