summaryrefslogtreecommitdiff
path: root/tests/integration/replication-2.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/replication-2.tcl
parent52e7192e4aeaddea17b593f97a5bcc962e5b2b58 (diff)
downloadredis-4cf8fdbbd359f9ff8dea28f9877262bd56616051.tar.gz
Slave removal: remove slave from integration tests descriptions.
Diffstat (limited to 'tests/integration/replication-2.tcl')
-rw-r--r--tests/integration/replication-2.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/integration/replication-2.tcl b/tests/integration/replication-2.tcl
index 2ff19c3c4..08905f11e 100644
--- a/tests/integration/replication-2.tcl
+++ b/tests/integration/replication-2.tcl
@@ -16,7 +16,7 @@ start_server {tags {"repl"}} {
wait_for_condition 50 100 {
[r -1 get foo] eq {12345}
} else {
- fail "Write did not reached slave"
+ fail "Write did not reached replica"
}
}
@@ -34,7 +34,7 @@ start_server {tags {"repl"}} {
wait_for_condition 50 100 {
[r -1 get foo] eq {12345}
} else {
- fail "Write did not reached slave"
+ fail "Write did not reached replica"
}
}
@@ -60,7 +60,7 @@ start_server {tags {"repl"}} {
wait_for_condition 50 100 {
[r -1 get foo] eq {aaabbb}
} else {
- fail "Write did not reached slave"
+ fail "Write did not reached replica"
}
}
@@ -81,7 +81,7 @@ start_server {tags {"repl"}} {
set fd [open /tmp/repldump2.txt w]
puts -nonewline $fd $csv2
close $fd
- puts "Master - Slave inconsistency"
+ puts "Master - Replica inconsistency"
puts "Run diff -u against /tmp/repldump*.txt for more info"
}
assert_equal [r debug digest] [r -1 debug digest]