Remove infinite loop from PSYNC test.

Added for debugging and forgot there.
This commit is contained in:
antirez
2014-06-27 18:36:59 +02:00
parent 1066fed769
commit afe949efcb
+2 -4
View File
@@ -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 {