summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-07-28 12:35:05 +0200
committerantirez <antirez@gmail.com>2014-07-28 14:55:10 +0200
commitf2fd98bef957368b621ff82c9f4e5d13efd533f4 (patch)
tree54e67a0a9fd8a3790ad1f134808d51852b25302f
parent9d30ffa4056ba59815ec9a7fb7924af3f0bd813f (diff)
downloadredis-f2fd98bef957368b621ff82c9f4e5d13efd533f4.tar.gz
Cluster test: unit 06 cluster creation comment fixed.
-rw-r--r--tests/cluster/tests/06-slave-stop-cond.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cluster/tests/06-slave-stop-cond.tcl b/tests/cluster/tests/06-slave-stop-cond.tcl
index 76365b9cc..f2e67050b 100644
--- a/tests/cluster/tests/06-slave-stop-cond.tcl
+++ b/tests/cluster/tests/06-slave-stop-cond.tcl
@@ -4,8 +4,7 @@
source "../tests/includes/init-tests.tcl"
-# Create a cluster with 5 master and 10 slaves, so that we have 2
-# slaves for each master.
+# Create a cluster with 5 master and 5 slaves.
test "Create a 5 nodes cluster" {
create_cluster 5 5
}