Inclusive language fix
This commit is contained in:
parent
c0eeda86e1
commit
72c033c9af
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user