summaryrefslogtreecommitdiff
path: root/tests/sentinel/tests/07-down-conditions.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sentinel/tests/07-down-conditions.tcl')
-rw-r--r--tests/sentinel/tests/07-down-conditions.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sentinel/tests/07-down-conditions.tcl b/tests/sentinel/tests/07-down-conditions.tcl
index 403f81e73..dabbc14c5 100644
--- a/tests/sentinel/tests/07-down-conditions.tcl
+++ b/tests/sentinel/tests/07-down-conditions.tcl
@@ -49,9 +49,9 @@ test "SDOWN is triggered by non-responding but not crashed instance" {
set master_id [get_instance_id_by_port redis [lindex $master_addr 1]]
set pid [get_instance_attrib redis $master_id pid]
- exec kill -SIGSTOP $pid
+ pause_process $pid
ensure_master_down
- exec kill -SIGCONT $pid
+ resume_process $pid
ensure_master_up
}