From: Dave Chinner Date: Wed, 20 Jun 2007 06:15:19 +0000 (+0000) Subject: Make sure 167 completes and unmounts scratch correctly X-Git-Tag: v1.1.0~486 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f64b53535e85cf1ca6af382dba6e47c6266a55d8;p=xfstests-dev.git Make sure 167 completes and unmounts scratch correctly Merge of master-melb:xfs-cmds:28942a by kenmcd. run a sync after killing all the fsstress processes to ensure they have all completed before trying to unmount scratch. --- diff --git a/167 b/167 index 92a1b48e..7d5e9d2a 100644 --- a/167 +++ b/167 @@ -22,6 +22,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _cleanup() { killall -q -TERM fsstress 2> /dev/null + sync # ensures all fsstress processes died _cleanup_testdir } @@ -49,7 +50,7 @@ _scratch_mount TEST_FILE=$SCRATCH_MNT/test_file TEST_PROG=$here/src/unwritten_sync -LOOPS=100 +LOOPS=50 echo "*** test unwritten extent conversion under heavy I/O" @@ -57,7 +58,6 @@ workout rm -f $TEST_FILE $TEST_PROG $LOOPS $TEST_FILE -killall -q -TERM fsstress 2> /dev/null echo " *** test done"