Update copyright annotations and license boilerplates to correspond with SGI Legals...
[xfstests-dev.git] / 013
1 #! /bin/sh
2 # FS QA Test No. 013
3 #
4 # fsstress
5 #
6 #-----------------------------------------------------------------------
7 # Copyright (c) 2000-2002 Silicon Graphics, Inc.  All Rights Reserved.
8
9 # This program is free software; you can redistribute it and/or modify it
10 # under the terms of version 2 of the GNU General Public License as
11 # published by the Free Software Foundation.
12
13 # This program is distributed in the hope that it would be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16
17 # Further, this software is distributed without any warranty that it is
18 # free of the rightful claim of any third person regarding infringement
19 # or the like.  Any license provided herein, whether implied or
20 # otherwise, applies only to this software file.  Patent licenses, if
21 # any, provided herein do not apply to combinations of this program with
22 # other software, or any other product whatsoever.
23
24 # You should have received a copy of the GNU General Public License along
25 # with this program; if not, write the Free Software Foundation, Inc., 59
26 # Temple Place - Suite 330, Boston MA 02111-1307, USA.
27
28 # Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
29 # Mountain View, CA  94043, or:
30
31 # http://www.sgi.com 
32
33 # For further information regarding this notice, see: 
34
35 # http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
36 #-----------------------------------------------------------------------
37 #
38 # creator
39 owner=dxm@sgi.com
40
41 seq=`basename $0`
42 echo "QA output created by $seq"
43
44 here=`pwd`
45 tmp=/tmp/$$
46 status=0        # success is the default!
47 trap "_cleanup; exit \$status" 0 1 2 3 15
48
49 _cleanup()
50 {
51     cd /
52     # we might get here with a RO FS
53     mount -o remount,rw $TEST_DEV >/dev/null 2>&1
54     # now remove fsstress directory.
55     # N.B. rm(1) on IRIX can find problems when building up a long pathname
56     # such that what it has is greater the 1024 chars and will 
57     # stop and complain - so get rid of complaint
58     # Ref. pv#935754
59     rm -rf $testdir/fsstress.$$.* 2>&1 | grep -v 'Path too long'
60     _cleanup_testdir
61 }
62
63 _filesize()
64 {
65     ls -l $1 | $AWK_PROG '{print "    filesize = " $5}'
66 }
67
68 # get standard environment, filters and checks
69 . ./common.rc
70 . ./common.filter
71
72 _do_test()
73 {
74     _n="$1"
75     _param="$2"
76     _count="$3"
77     
78     out=$testdir/fsstress.$$.$_n
79     rm -rf $out
80     if ! mkdir $out
81     then
82         echo "    failed to mkdir $out"
83         status=1
84         exit
85     fi
86     
87     echo ""
88     echo "-----------------------------------------------"
89     echo "fsstress.$_n : $_param"
90     echo "-----------------------------------------------"
91     # -m limits number of users/groups so check doesn't fail (malloc) later
92     dbgoutfile=$seq.full
93     if ! $here/ltp/fsstress $_param $FSSTRESS_AVOID -v -m 8 -n $_count -d $out >>$dbgoutfile 2>&1
94     then
95         echo "    fsstress (count=$_count) returned $? - see $seq.full"
96         
97         echo "--------------------------------------"       >>$here/$seq.full
98         echo "$_n - output from fsstress:"                  >>$here/$seq.full
99         echo "--------------------------------------"       >>$here/$seq.full
100         echo "<NOT LOGGED>"                                 >>$here/$seq.full
101         #cat $tmp.out                                       >>$here/$seq.full
102         status=1
103     fi
104
105     _check_test_fs
106 }
107
108
109 # real QA test starts here
110 _supported_fs xfs udf
111 _supported_os IRIX Linux
112
113 _setup_testdir
114
115 rm -f $here/$seq.full
116 echo "brevity is wit..."
117
118 count=1000
119 procs=20
120
121 _check_test_fs
122
123 # the default
124
125 _do_test 1 "-r" $count
126
127 # and the default with multiprocess
128
129 _do_test 2 "-p $procs -r" $count
130
131 # from Glen's notes
132
133 _do_test 3 "-p 4 -z -f rmdir=10 -f link=10 -f creat=10 -f mkdir=10 -f rename=30 -f stat=30 -f unlink=30 -f truncate=20" $count
134
135 # if all ok by here then probably don't need $seq.full
136 rm -f $seq.full
137
138 exit
139
140 # Test with error injection:
141
142 # (error injection)
143 # fsstress -n 1000 -d $scratch -p 4 -z -f rmdir=10 -f link=10 -f creat=10 \
144 #          -f mkdir=10 -f rename=30 -f stat=30 -f unlink=30 -f truncate=20 \
145 #          -e 1
146
147 # Error values 1 - 6 test IFLUSH
148 #         1 - corrupt buffer being flushed to di_core.di_magic
149 #         2 - corrupt inode being flushed i_d.di_magic
150 #         3 - corrupt S_IFREG format check
151 #         4 - corrupt S_IFDIR format check
152 #         5 - corrupt i_d.di_nextents
153 #         6 - corrupt i_d.di_forkoff > sb_inodesize