Hi Garet, Running dio_sparse & miscellaneous tests we get a few failures: Testcase Result Exit Value -------- ------ ---------- AD007 PASS 0 DIO00 PASS 0 DI009 PASS 0 DOR000 FAIL 1 ...etc
detail: tag=DOR000 stime=1284029770 cmdline="ltp-diorh $TMPDIR/aiodio.$$/file2" contacts="" analysis=exit <<<test_output>>> open: No such file or directory <<<execution_status>>> initiation_status="ok" duration=0 termination_type=exited termination_id=1 corefile=no we still do have data files location difficulties, so, if you agree I suggest the folling change, (note: in the coming days I should be able to check the 2 remaining scenarios) many thanks, --- ltp-aiodio.part4.original 2010-09-09 13:15:53.000000000 +0200 +++ ltp-aiodio.part4 2010-09-09 13:18:57.000000000 +0200 @@ -34,16 +34,16 @@ DIO07 dio_sparse DIO08 dio_sparse DIO09 dio_sparse #Running aiodio_append -AD000 aiodio_append $TMPDIR/aiodio.$$/file2 -AD001 aiodio_append $TMPDIR/aiodio.$$/file2 -AD002 aiodio_append $TMPDIR/aiodio.$$/file2 -AD003 aiodio_append $TMPDIR/aiodio.$$/file2 -AD004 aiodio_append $TMPDIR/aiodio.$$/file2 -AD005 aiodio_append $TMPDIR/aiodio.$$/file2 -AD006 aiodio_append $TMPDIR/aiodio.$$/file2 -AD007 aiodio_append $TMPDIR/aiodio.$$/file2 -AD008 aiodio_append $TMPDIR/aiodio.$$/file2 -AD009 aiodio_append $TMPDIR/aiodio.$$/file2 +AD000 aiodio_append /test/aiodio/file2 +AD001 aiodio_append /test/aiodio/file2 +AD002 aiodio_append /test/aiodio/file2 +AD003 aiodio_append /test/aiodio/file2 +AD004 aiodio_append /test/aiodio/file2 +AD005 aiodio_append /test/aiodio/file2 +AD006 aiodio_append /test/aiodio/file2 +AD007 aiodio_append /test/aiodio/file2 +AD008 aiodio_append /test/aiodio/file2 +AD009 aiodio_append /test/aiodio/file2 #Running dio_append ADI000 dio_append ADI001 dio_append @@ -62,7 +62,7 @@ DIT002 dio_truncate #Running read_checkzero #gread_checkzero #Running ltp-diorh -DOR000 ltp-diorh $TMPDIR/aiodio.$$/file2 -DOR001 ltp-diorh $TMPDIR/aiodio.$$/file3 -DOR002 ltp-diorh $TMPDIR/aiodio.$$/file4 -DOR003 ltp-diorh $TMPDIR/aiodio.$$/file5 +DOR000 ltp-diorh /test/aiodio/file2 +DOR001 ltp-diorh /test/aiodio/file3 +DOR002 ltp-diorh /test/aiodio/file4 +DOR003 ltp-diorh /test/aiodio/file5 -- Jacky Malcles B1-403 Email : [email protected] Bull SA, 1 rue de Provence, B.P 208, 38432 Echirolles CEDEX, FRANCE Tel : 04.76.29.73.14 ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
