summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-12-12 11:55:30 +0100
committerantirez <antirez@gmail.com>2018-12-12 11:55:30 +0100
commit009a9292694491ff9eec78c024d38b0b5ca83f2e (patch)
treeaff6627379feb8c9092f037c0efa99d7928711b5
parent129f2d2746ca80451d8c84b223b568298020b125 (diff)
downloadredis-009a9292694491ff9eec78c024d38b0b5ca83f2e.tar.gz
Remove debugging printf from replication.tcl test.
-rw-r--r--tests/integration/replication.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl
index b61dfac18..0e50c20a9 100644
--- a/tests/integration/replication.tcl
+++ b/tests/integration/replication.tcl
@@ -275,7 +275,6 @@ start_server {tags {"repl"}} {
start_server {} {
test "Master stream is correctly processed while the replica has a script in -BUSY state" {
set slave [srv 0 client]
- puts [srv 0 port]
$slave config set lua-time-limit 500
$slave slaveof $master_host $master_port