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
817894c0
"doc/ExistsCommand.html" did not exist on "37be27653817f0c4c18d695ceea082e0bb7bf462"
Unverified
Commit
817894c0
authored
Mar 08, 2021
by
Yossi Gottlieb
Committed by
GitHub
Mar 08, 2021
Browse files
Fix test false positive due to a race condition. (#8616)
parent
7d81f392
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/other.tcl
View file @
817894c0
...
@@ -309,6 +309,12 @@ start_server {tags {"other"}} {
...
@@ -309,6 +309,12 @@ start_server {tags {"other"}} {
populate 4096
""
1
populate 4096
""
1
r bgsave
r bgsave
wait_for_condition 10 100
{
[
s rdb_bgsave_in_progress
]
eq 1
}
else
{
fail
"bgsave did not start in time"
}
r mset k1 v1 k2 v2
r mset k1 v1 k2 v2
# Hash table should not rehash
# Hash table should not rehash
assert_no_match
"*table size: 8192*"
[
r debug HTSTATS 9
]
assert_no_match
"*table size: 8192*"
[
r debug HTSTATS 9
]
...
...
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