[sheepdog] [PATCH v3 4/4] tests: modify usage of -w in 018, 019, 020 for new cache option
Hitoshi Mitake
h.mitake at gmail.com
Wed Sep 5 16:31:05 CEST 2012
From: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
-w <cache size> is obsolete, so this patch modifies -w usage in 018,
019, 020.
Cc: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
Cc: Liu Yuan <tailai.ly at taobao.com>
Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
---
tests/018 | 2 +-
tests/019 | 2 +-
tests/020 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/018 b/tests/018
index 32fcdf1..88c3641 100755
--- a/tests/018
+++ b/tests/018
@@ -16,7 +16,7 @@ status=1 # failure is the default!
_cleanup
for i in `seq 0 2`; do
- _start_sheep $i "-w 100"
+ _start_sheep $i "-w object:100"
done
_wait_for_sheep "3"
diff --git a/tests/019 b/tests/019
index f669472..3faa93b 100755
--- a/tests/019
+++ b/tests/019
@@ -16,7 +16,7 @@ status=1 # failure is the default!
_cleanup
for i in `seq 0 2`; do
- _start_sheep $i "-w 100"
+ _start_sheep $i "-w object:100"
done
_wait_for_sheep "3"
diff --git a/tests/020 b/tests/020
index a3ae565..f1a8833 100755
--- a/tests/020
+++ b/tests/020
@@ -16,7 +16,7 @@ status=1 # failure is the default!
_cleanup
for i in `seq 0 2`; do
- _start_sheep $i "-w 20"
+ _start_sheep $i "-w object:20"
done
_wait_for_sheep "3"
--
1.7.5.1
More information about the sheepdog
mailing list