summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_helper.tcl')
-rw-r--r--tests/test_helper.tcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 4bef921ff..2b7854780 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -52,6 +52,7 @@ set ::all_tests {
integration/psync2
integration/psync2-reg
integration/psync2-pingoff
+ integration/failover
integration/redis-cli
integration/redis-benchmark
unit/pubsub
@@ -717,6 +718,7 @@ if {[llength $filtered_tests] < [llength $::all_tests]} {
}
proc attach_to_replication_stream {} {
+ r config set repl-ping-replica-period 3600
if {$::tls} {
set s [::tls::socket [srv 0 "host"] [srv 0 "port"]]
} else {
@@ -774,6 +776,7 @@ proc assert_replication_stream {s patterns} {
proc close_replication_stream {s} {
close $s
+ r config set repl-ping-replica-period 10
}
# With the parallel test running multiple Redis instances at the same time