From e47c8e3f6aedb9ca22d87b091c3fad38c768c90e Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 14 Apr 2017 17:53:11 +0200 Subject: [PATCH] Test: fix, hopefully, false PSYNC failure like in issue #2715. And many other related Github issues... all reporting the same problem. There was probably just not enough backlog in certain unlucky runs. I'll ask people that can reporduce if they see now this as fixed as well. --- tests/integration/replication-psync.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/replication-psync.tcl b/tests/integration/replication-psync.tcl index da1e9cf5..2b9e13f5 100644 --- a/tests/integration/replication-psync.tcl +++ b/tests/integration/replication-psync.tcl @@ -110,7 +110,7 @@ foreach diskless {no yes} { test_psync {no reconnection, just sync} 6 1000000 3600 0 { } $diskless 0 - test_psync {ok psync} 6 1000000 3600 0 { + test_psync {ok psync} 6 100000000 3600 0 { assert {[s -1 sync_partial_ok] > 0} } $diskless 1