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
97b80b57
Commit
97b80b57
authored
Mar 31, 2020
by
antirez
Browse files
Fix the propagate Tcl test after module changes.
parent
4f6b6b80
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/unit/moduleapi/propagate.tcl
View file @
97b80b57
...
...
@@ -20,7 +20,7 @@ tags "modules" {
wait_for_condition 5000 10
{
([
$replica
get timer
]
eq
"10"
)
&&
\
([
$replica
get thread
]
eq
"10"
)
([
$replica
get
a-from-
thread
]
eq
"10"
)
}
else
{
fail
"The two counters don't match the expected value."
}
...
...
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