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