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
52e56bf7
Unverified
Commit
52e56bf7
authored
May 31, 2020
by
Salvatore Sanfilippo
Committed by
GitHub
May 31, 2020
Browse files
Merge pull request #7349 from oranagra/pingoff-test-race
fix pingoff test race
parents
f644b112
c480af90
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/integration/psync2-pingoff.tcl
View file @
52e56bf7
...
...
@@ -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