summaryrefslogtreecommitdiff
path: root/tests/integration/psync2-reg.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-09-11 11:03:28 +0200
committerantirez <antirez@gmail.com>2018-09-11 15:32:28 +0200
commit4cf8fdbbd359f9ff8dea28f9877262bd56616051 (patch)
tree266294e5e6fc3160d422f3dcb1236933f60fc46a /tests/integration/psync2-reg.tcl
parent52e7192e4aeaddea17b593f97a5bcc962e5b2b58 (diff)
downloadredis-4cf8fdbbd359f9ff8dea28f9877262bd56616051.tar.gz
Slave removal: remove slave from integration tests descriptions.
Diffstat (limited to 'tests/integration/psync2-reg.tcl')
-rw-r--r--tests/integration/psync2-reg.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration/psync2-reg.tcl b/tests/integration/psync2-reg.tcl
index ba610a3b8..3d408368e 100644
--- a/tests/integration/psync2-reg.tcl
+++ b/tests/integration/psync2-reg.tcl
@@ -29,7 +29,7 @@ start_server {} {
wait_for_condition 50 1000 {
[$R(1) dbsize] == 1 && [$R(2) dbsize] == 1
} else {
- fail "Slaves not replicating from master"
+ fail "Replicas not replicating from master"
}
$R(0) config set repl-backlog-size 10mb
$R(1) config set repl-backlog-size 10mb
@@ -41,12 +41,12 @@ start_server {} {
set elapsed [expr {[clock milliseconds]-$cycle_start_time}]
if {$elapsed > $duration*1000} break
if {rand() < .05} {
- test "PSYNC2 #3899 regression: kill first slave" {
+ test "PSYNC2 #3899 regression: kill first replica" {
$R(1) client kill type master
}
}
if {rand() < .05} {
- test "PSYNC2 #3899 regression: kill chained slave" {
+ test "PSYNC2 #3899 regression: kill chained replica" {
$R(2) client kill type master
}
}