mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 12:11:21 +00:00
Fix the propagate Tcl test after module changes.
This commit is contained in:
@ -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."
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user