From: MORITA Kazutaka <[email protected]> 'collie vdi write' can finish before sheep recovers all the objects, so it is safe to wait for sheep to complete recovery.
Signed-off-by: MORITA Kazutaka <[email protected]> --- tests/008 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/008 b/tests/008 index 6c58eb4..7e207e5 100755 --- a/tests/008 +++ b/tests/008 @@ -54,6 +54,7 @@ for i in `seq 1 5`; do done echo wait for object recovery to finish +_wait_for_sheep_recovery 0 wait for i in `seq 0 4`; do -- 1.7.9.5 -- sheepdog mailing list [email protected] http://lists.wpkg.org/mailman/listinfo/sheepdog
