From 75b92fe7c456acb6660a7d30f06e7b12b13a3f38 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 28 Jul 2014 12:35:05 +0200 Subject: [PATCH] Cluster test: unit 06 cluster creation comment fixed. --- tests/cluster/tests/06-slave-stop-cond.tcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/cluster/tests/06-slave-stop-cond.tcl b/tests/cluster/tests/06-slave-stop-cond.tcl index 76365b9c..f2e67050 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 }