Unverified Commit 60e1582d authored by Moti Cohen's avatar Moti Cohen Committed by GitHub
Browse files

Fix statistics test (#13293)

parent f34f2ade
......@@ -1278,12 +1278,12 @@ start_server {tags {"external:skip needs:debug"}} {
r config resetstat
r del myhash
r hset myhash f1 v1 f2 v2 f3 v3 f4 v4 f5 v5
r hpexpire myhash 100 1 f1 f2 f3
r hpexpire myhash 100 FIELDS 3 f1 f2 f3
assert_match [get_hashes_with_expiry_fields r] 1
r hset myhash2 f1 v1 f2 v2 f3 v3 f4 v4 f5 v5
assert_match [get_hashes_with_expiry_fields r] 1
r hpexpire myhash2 100 1 f1 f2 f3
r hpexpire myhash2 100 FIELDS 3 f1 f2 f3
assert_match [get_hashes_with_expiry_fields r] 2
wait_for_condition 50 50 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment