From 72c033c9af04c3eb590c26e9741cf7ff9dc41cac Mon Sep 17 00:00:00 2001 From: Vivek Saini Date: Thu, 28 Apr 2022 21:34:10 +0000 Subject: [PATCH] Inclusive language fix --- tests/integration/psync2-reg-multimaster.tcl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/integration/psync2-reg-multimaster.tcl b/tests/integration/psync2-reg-multimaster.tcl index 1f15d75bb..2e9b1187b 100644 --- a/tests/integration/psync2-reg-multimaster.tcl +++ b/tests/integration/psync2-reg-multimaster.tcl @@ -1,5 +1,5 @@ # Issue 3899 regression test. -# We create a chain of three instances: master -> slave -> slave2 +# We create a chain of three instances: master -> replica -> replica2 # and continuously break the link while traffic is generated by # keydb-benchmark. At the end we check that the data is the same # everywhere. @@ -24,12 +24,12 @@ start_server {overrides {active-replica {yes} multi-master {yes} client-output-b # Setup the replication and backlog parameters test "PSYNC2 #3899 regression: setup" { - $R(0) slaveof $R_host(1) $R_port(1) - $R(0) slaveof $R_host(2) $R_port(2) - $R(1) slaveof $R_host(0) $R_port(0) - $R(1) slaveof $R_host(2) $R_port(2) - $R(2) slaveof $R_host(0) $R_port(0) - $R(2) slaveof $R_host(1) $R_port(1) + $R(0) replicaof $R_host(1) $R_port(1) + $R(0) replicaof $R_host(2) $R_port(2) + $R(1) replicaof $R_host(0) $R_port(0) + $R(1) replicaof $R_host(2) $R_port(2) + $R(2) replicaof $R_host(0) $R_port(0) + $R(2) replicaof $R_host(1) $R_port(1) $R(0) set foo bar wait_for_condition 50 1000 {