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
f33de403
Commit
f33de403
authored
May 31, 2020
by
Oran Agra
Committed by
antirez
Jun 06, 2020
Browse files
fix pingoff test race
parent
49af4d07
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/psync2-pingoff.tcl
View file @
f33de403
...
...
@@ -64,6 +64,7 @@ start_server {} {
# make sure replication is still alive and kicking
$R
(
1
)
incr x
wait_for_condition 50 1000
{
[
status $R
(
0
)
loading
]
== 0 &&
[
$R
(
0
)
get x
]
== 1
}
else
{
fail
"replica didn't get incr"
...
...
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