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
42231117
Commit
42231117
authored
Jun 26, 2014
by
antirez
Browse files
Remove infinite loop from PSYNC test.
Added for debugging and forgot there.
parent
e7887e60
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/replication-psync.tcl
View file @
42231117
...
...
@@ -102,10 +102,8 @@ test_psync {ok psync} 6 1000000 3600 0 {
assert
{[
s -1 sync_partial_ok
]
> 0
}
}
while 1
{
test_psync
{
no backlog
}
6 100 3600 0.5
{
assert
{[
s -1 sync_partial_err
]
> 0
}
}
test_psync
{
no backlog
}
6 100 3600 0.5
{
assert
{[
s -1 sync_partial_err
]
> 0
}
}
test_psync
{
ok after delay
}
3 100000000 3600 3
{
...
...
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