[PATCH 1/4] xfsqa: filter the fsstress seed output in 104

Dave Chinner david at fromorbit.com
Mon Jan 11 22:41:06 CST 2010


Otherwise it fails to match the golden output. Also add
the test to the auto group so that it is run regularly now
that the growfs problems are fixed.

Signed-off-by: Dave Chinner <david at fromorbit.com>
---
 104   |    2 +-
 group |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/104 b/104
index 6dea1d3..5f18d08 100755
--- a/104
+++ b/104
@@ -60,7 +60,7 @@ _stress_scratch()
 	procs=3
 	nops=1000
 	# -w ensures that the only ops are ones which cause write I/O
-	$FSSTRESS_PROG -d $SCRATCH_MNT -w -p $procs -n $nops $FSSTRESS_AVOID &
+	$FSSTRESS_PROG -d $SCRATCH_MNT -w -p $procs -n $nops $FSSTRESS_AVOID > /dev/null &
 }
 
 # real QA test starts here
diff --git a/group b/group
index 8d055a2..2c2e293 100644
--- a/group
+++ b/group
@@ -210,7 +210,7 @@ prealloc
 101 udf
 102 udf
 103 metadata dir ioctl auto quick
-104 growfs ioctl prealloc
+104 growfs ioctl prealloc auto
 105 acl auto quick
 106 quota
 107 quota
-- 
1.6.5




More information about the xfs mailing list