You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2021/04/05 17:37:27 UTC

[geode] branch support/1.14 updated: GEODE-9035: Enable Redis TCL tests for all Hash commands (#6243)

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

nnag pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 407b53e  GEODE-9035: Enable Redis TCL tests for all Hash commands (#6243)
407b53e is described below

commit 407b53e4679b86264b5927dabd1de7cf5efb6d1a
Author: Ray Ingles <ri...@pivotal.io>
AuthorDate: Mon Apr 5 13:34:39 2021 -0400

    GEODE-9035: Enable Redis TCL tests for all Hash commands (#6243)
    
    (cherry picked from commit fa6103b444d0357e5be34650df20acebdc7e2a7a)
---
 .../resources/0001-configure-redis-tests.patch     | 32 ----------------------
 1 file changed, 32 deletions(-)

diff --git a/geode-redis/src/acceptanceTest/resources/0001-configure-redis-tests.patch b/geode-redis/src/acceptanceTest/resources/0001-configure-redis-tests.patch
index 4e1918b..9bf0bf9 100644
--- a/geode-redis/src/acceptanceTest/resources/0001-configure-redis-tests.patch
+++ b/geode-redis/src/acceptanceTest/resources/0001-configure-redis-tests.patch
@@ -674,38 +674,6 @@ index d2c679d32..f354f5953 100644
  
      test {HINCRBY against non existing database key} {
          r del htest
-@@ -356,19 +356,19 @@ start_server {tags {"hash"}} {
-              [roundFloat [r hincrbyfloat bighash tmp 2.5]]
-     } {102.5 102.5}
- 
--    test {HINCRBYFLOAT over 32bit value} {
--        r hset smallhash tmp 17179869184
--        r hset bighash tmp 17179869184
--        list [r hincrbyfloat smallhash tmp 1] \
--             [r hincrbyfloat bighash tmp 1]
--    } {17179869185 17179869185}
-+    #test {HINCRBYFLOAT over 32bit value} {
-+    #    r hset smallhash tmp 17179869184
-+    #    r hset bighash tmp 17179869184
-+    #    list [r hincrbyfloat smallhash tmp 1] \
-+    #         [r hincrbyfloat bighash tmp 1]
-+    #} {17179869185 17179869185}
- 
--    test {HINCRBYFLOAT over 32bit value with over 32bit increment} {
--        r hset smallhash tmp 17179869184
--        r hset bighash tmp 17179869184
--        list [r hincrbyfloat smallhash tmp 17179869184] \
--             [r hincrbyfloat bighash tmp 17179869184]
--    } {34359738368 34359738368}
-+    #test {HINCRBYFLOAT over 32bit value with over 32bit increment} {
-+    #    r hset smallhash tmp 17179869184
-+    #    r hset bighash tmp 17179869184
-+    #    list [r hincrbyfloat smallhash tmp 17179869184] \
-+    #         [r hincrbyfloat bighash tmp 17179869184]
-+    #} {34359738368 34359738368}
- 
-     test {HINCRBYFLOAT fails against hash value with spaces (left)} {
-         r hset smallhash str " 11"
 @@ -505,16 +505,16 @@ start_server {tags {"hash"}} {
          }
      }