On Wed, Jan 13, 2010 at 8:44 AM, Lucio Correia <[email protected]> wrote:
> Hi Garret,
>
> I'm running on a ppc64 machine.
>
> I noticed it by running ./runltp (all tests). I found these messages in
> the .log file:
> gf30        1  TPASS  :  Test passed
> sh: rwtest.sh: command not found
> sh: rwtest.sh: command not found
> sh: rwtest.sh: command not found
> sh: rwtest.sh: command not found
> sh: rwtest.sh: command not found
> sh: rwtest.sh: command not found
> FS_INODE: File system stress - inode allocation/deallocation
>
> Then I looked for rwtest.sh and didn't find. But I found rwtest
>
> Now I'm running it manually:
>
> # export LTPROOT; rwtest.sh -N iogen01 -i 120s -s read,write -Da -Dv -n
> 2 500b:doio.f1.$$ 1000b:doio.f2.$$
> bash: rwtest.sh: command not found
>
> # export LTPROOT; rwtest -N iogen01 -i 120s -s read,write -Da -Dv -n 2
> 500b:doio.f1.$$ 1000b:doio.f2.$$
> /opt/ltp/testcases/bin/iogen -N iogen01 -i 120s -s read,write
> 500b:doio.f1.29698 1000b:doio.f2.29698 | /opt/ltp/testcases/bin/doio -N
> iogen01 -a -v -n 2 -k
>
> iogen(iogen01) starting up with the following:
>
> Out-pipe:              stdout
> Iterations:            120 seconds
> Seed:                  29976
> Offset-Mode:           sequential
> Overlap Flag:          off
> Mintrans:              1           (1 blocks)
> Maxtrans:              131072      (256 blocks)
> O_RAW/O_SSD Multiple:  (Determined by device)
> Syscalls:              read write
> Aio completion types:  none
> Flags:                 buffered sync
>
> Test Files:
>
> Path                                          Length    iou   raw iou
> file
>                                              (bytes) (bytes) (bytes)
> type
> -----------------------------------------------------------------------------
> /opt/ltp/doio.f1.29698                         256000       1     512
> regular
> /opt/ltp/doio.f2.29698                         512000       1     512
> regular
> iogen01     1  TPASS  :  Test passed
> Test passed

Everything's fine on CVS with this item:

optimus ltp # grep -r 'rwtest.sh' runtest/ | grep -v rwtest.sh
optimus ltp # find testcases -name 'rwtest*'
testcases/kernel/fs/doio/rwtest
optimus ltp # cvs diff runtest/
cvs diff: Diffing runtest
optimus ltp #

> On Tue, 2010-01-12 at 02:26 -0800, Garrett Cooper wrote:
>> On Mon, Jan 11, 2010 at 10:29 AM, Lucio Correia <[email protected]> wrote:
>> > Hi Garrett,
>> >
>> > I'm still seeing this issue with LTP-20091231.
>>
>> Hi Lucio,
>> What's the error message and how are you trying to run the test (the
>> files checked in are correct as well as the runtest file itself which
>> was out of sync before)?
>> Thanks,
>> -Garrett
>>
>> > On Fri, 2009-12-11 at 01:52 -0800, Garrett Cooper wrote:
>> >> On Dec 10, 2009, at 3:57 PM, Mitani wrote:
>> >>
>> >> > Hi,
>> >> >
>> >> > In the following thread, "rwtest has been renamed to rwtest.sh" is
>> >> > written.
>> >> > http://www.mail-archive.com/[email protected]/msg08896.html
>> >> >
>> >> > But, I got following message when I ran tests of "rwtest{01...05}"
>> >> > and
>> >> > "iogen01" in my system with "ltp-2009-12-10" cvs.
>> >> >
>> >> > ------------
>> >> > sh: rwtest.sh: command not found
>> >> > ------------
>> >> >
>> >> > I think that "rwtest.sh" has been renamed to "rwtest" at about
>> >> > 2009/11/14.
>> >> >
>> >> > Here is a patch that reverts the previous patch applied to
>> >> > runtest/fs.
>> >> > After applied this patch, "rwtest{01...05}" and "iogen01" passed in
>> >> > my
>> >> > system.
>> >> >
>> >> > ============
>> >> > --- fs 2009-12-10 10:23:21.000000000 +0900
>> >> > +++ fs.new 2009-12-10 11:23:53.000000000 +0900
>> >> > @@ -29,15 +29,15 @@
>> >> > gf28 growfiles -W gf28 -b -D 0 -w -g 16b -C 1 -b -i 1000 -u
>> >> > gfsparse-2-$$
>> >> > -d $TMPDIR
>> >> > gf29 growfiles -W gf29 -b -D 0 -r 1-4096 -R 0-33554432 -i 0 -L 60 -C
>> >> > 1 -u
>> >> > gfsparse-3-$$ -d $TMPDIR
>> >> > gf30 growfiles -W gf30 -D 0 -b -i 0 -L 60 -u -B 1000b -e 1 -o
>> >> > O_RDWR,O_CREAT,O_SYNC -g 20480 -T 10 -t 20480 gf-sync-$$ -d $TMPDIR
>> >> > -rwtest01 export LTPROOT; rwtest.sh -N rwtest01 -c -q -i 60s  -f
>> >> > sync
>> >> > 10%25000:$TMPDIR/rw-sync-$$
>> >> > -rwtest02 export LTPROOT; rwtest.sh -N rwtest02 -c -q -i 60s  -f
>> >> > buffered
>> >> > 10%25000:$TMPDIR/rw-buffered-$$
>> >> > -rwtest03 export LTPROOT; rwtest.sh -N rwtest03 -c -q -i 60s -n 2
>> >> >  -f
>> >> > buffered -s mmread,mmwrite -m random -Dv 10%25000:$TMPDIR/mm-buff-$$
>> >> > -rwtest04 export LTPROOT; rwtest.sh -N rwtest04 -c -q -i 60s -n 2
>> >> >  -f sync
>> >> > -s mmread,mmwrite -m random -Dv 10%25000:$TMPDIR/mm-sync-$$
>> >> > -rwtest05 export LTPROOT; rwtest.sh -N rwtest05 -c -q -i 50 -T 64b
>> >> > 500b:$TMPDIR/rwtest01%f
>> >> > +rwtest01 export LTPROOT; rwtest -N rwtest01 -c -q -i 60s  -f sync
>> >> > 10%25000:$TMPDIR/rw-sync-$$
>> >> > +rwtest02 export LTPROOT; rwtest -N rwtest02 -c -q -i 60s  -f
>> >> > buffered
>> >> > 10%25000:$TMPDIR/rw-buffered-$$
>> >> > +rwtest03 export LTPROOT; rwtest -N rwtest03 -c -q -i 60s -n 2  -f
>> >> > buffered
>> >> > -s mmread,mmwrite -m random -Dv 10%25000:$TMPDIR/mm-buff-$$
>> >> > +rwtest04 export LTPROOT; rwtest -N rwtest04 -c -q -i 60s -n 2  -f
>> >> > sync -s
>> >> > mmread,mmwrite -m random -Dv 10%25000:$TMPDIR/mm-sync-$$
>> >> > +rwtest05 export LTPROOT; rwtest -N rwtest05 -c -q -i 50 -T 64b
>> >> > 500b:$TMPDIR/rwtest01%f
>> >> >
>> >> > #must be run as root
>> >> > #iogen01 iogen -i 120s -s read,write 500b:doio.f1.$$
>> >> > 1000b:doio.f2.$$ |
>> >> > doio -akv -n 2
>> >> > -iogen01 export LTPROOT; rwtest.sh -N iogen01 -i 120s -s read,write
>> >> > -Da -Dv
>> >> > -n 2 500b:doio.f1.$$ 1000b:doio.f2.$$
>> >> > +iogen01 export LTPROOT; rwtest -N iogen01 -i 120s -s read,write -Da
>> >> > -Dv -n
>> >> > 2 500b:doio.f1.$$ 1000b:doio.f2.$$
>> >> >
>> >> > fs_inod01 fs_inod $TMP 10 10 10
>> >> > linker01 linktest.sh 1000 1000
>> >> >
>> >>
>> >>
>> >> Done -- thanks!
>> >> -Garrett
>> >>
>> >>
>> >>
>> >>
>> >> ------------------------------------------------------------------------------
>> >> Return on Information:
>> >> Google Enterprise Search pays you back
>> >> Get the facts.
>> >> http://p.sf.net/sfu/google-dev2dev
>> >> _______________________________________________
>> >> Ltp-list mailing list
>> >> [email protected]
>> >> https://lists.sourceforge.net/lists/listinfo/ltp-list
>> >
>> >
>
>

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to