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

ringles pushed a change to branch 
GEODE-9892-Create-Infrastructure-for-Redis-Lists
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 10c5a42  Remove unused return value on method
     add 552e0d9  Split ListIntegrationTest based on commands

No new revisions were added by this update.

Summary of changes:
 ...est.java => LLenNativeRedisAcceptanceTest.java} |   2 +-
 ...est.java => LPopNativeRedisAcceptanceTest.java} |   2 +-
 ...st.java => LPushNativeRedisAcceptanceTest.java} |   2 +-
 .../AbstractLLenIntegrationTest.java}              |  46 +++++++--
 ...nTest.java => AbstractLPopIntegrationTest.java} | 109 +--------------------
 ...Test.java => AbstractLPushIntegrationTest.java} |  80 +--------------
 .../LLenIntegrationTest.java}                      |   9 +-
 ...tegrationTest.java => LPopIntegrationTest.java} |   3 +-
 .../LPushIntegrationTest.java}                     |   5 +-
 9 files changed, 52 insertions(+), 206 deletions(-)
 copy 
geode-for-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/commands/executor/list/{ListsNativeRedisAcceptanceTest.java
 => LLenNativeRedisAcceptanceTest.java} (93%)
 copy 
geode-for-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/commands/executor/list/{ListsNativeRedisAcceptanceTest.java
 => LPopNativeRedisAcceptanceTest.java} (93%)
 rename 
geode-for-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/commands/executor/list/{ListsNativeRedisAcceptanceTest.java
 => LPushNativeRedisAcceptanceTest.java} (93%)
 copy 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/{connection/AbstractEchoIntegrationTest.java
 => list/AbstractLLenIntegrationTest.java} (52%)
 mode change 100644 => 100755
 copy 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/list/{AbstractListsIntegrationTest.java
 => AbstractLPopIntegrationTest.java} (51%)
 rename 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/list/{AbstractListsIntegrationTest.java
 => AbstractLPushIntegrationTest.java} (64%)
 copy 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/{connection/PingIntegrationTest.java
 => list/LLenIntegrationTest.java} (78%)
 mode change 100644 => 100755
 rename 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/list/{ListsIntegrationTest.java
 => LPopIntegrationTest.java} (95%)
 copy 
geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/commands/executor/{set/SDiffIntegrationTest.java
 => list/LPushIntegrationTest.java} (89%)

Reply via email to