From 23f2b4d0a8acef7a01f0b2c2ed16b6ee8719b18c Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 28 May 2020 10:47:27 +0200 Subject: [PATCH] Test: take PSYNC2 test master timeout high during switch. This will likely avoid false positives due to trailing pings. --- tests/integration/psync2.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/psync2.tcl b/tests/integration/psync2.tcl index 7c50f620e..3f636463a 100644 --- a/tests/integration/psync2.tcl +++ b/tests/integration/psync2.tcl @@ -242,7 +242,6 @@ start_server {} { show_cluster_status fail "Replicas and master offsets were unable to match *exactly*." } - $R($master_id) config set repl-ping-replica-period 10 # Limit anyway the maximum number of cycles. This is useful when the # test is skipped via --only option of the test suite. In that case