Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
c480af90
Commit
c480af90
authored
May 31, 2020
by
Oran Agra
Browse files
fix pingoff test race
parent
f644b112
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/psync2-pingoff.tcl
View file @
c480af90
...
...
@@ -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