From: adilger Date: Sat, 23 Apr 2005 08:37:55 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_7_100~1^25~8^2~201 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9c9471440248cf242edeb4f2bd4836fcc676a7a6;p=fs%2Flustre-release.git Branch: b1_4 Put test58 files into a subdirectory. --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 681784e..1db816a 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1020,13 +1020,15 @@ run_test 57 "test recovery from llog for setattr op" test_58() { #define OBD_FAIL_MDS_OST_SETATTR 0x12c do_facet mds "sysctl -w lustre.fail_loc=0x8000012c" - createmany -o $DIR/$tfile-%d 2500 + mkdir $DIR/$tdir + createmany -o $DIR/$tdir/$tfile-%d 2500 replay_barrier mds fail mds sleep 2 - $CHECKSTAT -t file $DIR/$tfile-* || return 1 + $CHECKSTAT -t file $DIR/$tdir/$tfile-* || return 1 do_facet mds "sysctl -w lustre.fail_loc=0x0" - unlinkmany $DIR/$tfile-* 2500 + unlinkmany $DIR/$tdir/$tfile-%d 2500 + rmdir $DIR/$tdir } run_test 58 "test recovery from llog for setattr op (test llog_gen_rec)"