[sheepdog] [PATCH 1/2] tests/functional: remove unnecessary _wait_for_sheep_stop
Liu Yuan
namei.unix at gmail.com
Wed Jul 24 08:46:58 CEST 2013
Signed-off-by: Liu Yuan <namei.unix at gmail.com>
---
tests/functional/067 | 1 -
tests/functional/069 | 1 -
tests/functional/common.rc | 1 -
3 files changed, 3 deletions(-)
diff --git a/tests/functional/067 b/tests/functional/067
index efde075..16e0a3e 100755
--- a/tests/functional/067
+++ b/tests/functional/067
@@ -38,7 +38,6 @@ for i in 2 1 ; do
done
_kill_sheep 0
-_wait_for_sheep_stop 0
_wait_for_sheep 2 2
sleep 1
diff --git a/tests/functional/069 b/tests/functional/069
index aad6ca9..1b4927a 100755
--- a/tests/functional/069
+++ b/tests/functional/069
@@ -26,7 +26,6 @@ _cluster_format
# kill sheep 0 so that sheep 2 has larger epoch
_kill_sheep 0
-_wait_for_sheep_stop 0
$COLLIE cluster shutdown -p 7001
_wait_for_sheep_stop
diff --git a/tests/functional/common.rc b/tests/functional/common.rc
index 7c5609e..60a9904 100644
--- a/tests/functional/common.rc
+++ b/tests/functional/common.rc
@@ -491,7 +491,6 @@ _kill_zk_session()
fi
else
_kill_sheep $1
- _wait_for_sheep_stop $1
_start_sheep $1
fi
}
--
1.7.9.5
More information about the sheepdog
mailing list