Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
60e1582d
Unverified
Commit
60e1582d
authored
May 26, 2024
by
Moti Cohen
Committed by
GitHub
May 26, 2024
Browse files
Fix statistics test (#13293)
parent
f34f2ade
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/type/hash-field-expire.tcl
View file @
60e1582d
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment