From f64b53535e85cf1ca6af382dba6e47c6266a55d8 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Wed, 20 Jun 2007 06:15:19 +0000 Subject: [PATCH] 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. --- 167 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.47.3