summaryrefslogtreecommitdiff
path: root/tests/sentinel/tests/02-slaves-reconf.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sentinel/tests/02-slaves-reconf.tcl')
-rw-r--r--tests/sentinel/tests/02-slaves-reconf.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sentinel/tests/02-slaves-reconf.tcl b/tests/sentinel/tests/02-slaves-reconf.tcl
index 28964c968..9edf775ec 100644
--- a/tests/sentinel/tests/02-slaves-reconf.tcl
+++ b/tests/sentinel/tests/02-slaves-reconf.tcl
@@ -10,7 +10,7 @@ source "../tests/includes/init-tests.tcl"
proc 02_test_slaves_replication {} {
uplevel 1 {
test "Check that slaves replicate from current master" {
- set master_port [RI $master_id tcp_port]
+ set master_port [RPort $master_id]
foreach_redis_id id {
if {$id == $master_id} continue
if {[instance_is_killed redis $id]} continue
@@ -28,7 +28,7 @@ proc 02_test_slaves_replication {} {
proc 02_crash_and_failover {} {
uplevel 1 {
test "Crash the master and force a failover" {
- set old_port [RI $master_id tcp_port]
+ set old_port [RPort $master_id]
set addr [S 0 SENTINEL GET-MASTER-ADDR-BY-NAME mymaster]
assert {[lindex $addr 1] == $old_port}
kill_instance redis $master_id