From 46314e29a24e677ed85c13f3aa72c7187383f14e Mon Sep 17 00:00:00 2001 From: grev Date: Tue, 3 Feb 2009 13:44:24 +0000 Subject: [PATCH] b=17899 i=Johann test_53* fix: rm dirs used at start --- lustre/tests/replay-single.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 3c21bfe..71d83a3 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1112,6 +1112,8 @@ test_53a() { run_test 53a "|X| close request while two MDC requests in flight" test_53b() { + rm -rf $DIR/${tdir}-1 $DIR/${tdir}-2 + mkdir -p $DIR/${tdir}-1 mkdir -p $DIR/${tdir}-2 multiop $DIR/${tdir}-1/f O_c & @@ -1141,6 +1143,8 @@ test_53b() { run_test 53b "|X| open request while two MDC requests in flight" test_53c() { + rm -rf $DIR/${tdir}-1 $DIR/${tdir}-2 + mkdir -p $DIR/${tdir}-1 mkdir -p $DIR/${tdir}-2 multiop $DIR/${tdir}-1/f O_c & @@ -1172,6 +1176,8 @@ test_53c() { run_test 53c "|X| open request and close request while two MDC requests in flight" test_53d() { + rm -rf $DIR/${tdir}-1 $DIR/${tdir}-2 + mkdir -p $DIR/${tdir}-1 mkdir -p $DIR/${tdir}-2 multiop $DIR/${tdir}-1/f O_c & @@ -1198,6 +1204,8 @@ test_53d() { run_test 53d "|X| close reply while two MDC requests in flight" test_53e() { + rm -rf $DIR/${tdir}-1 $DIR/${tdir}-2 + mkdir -p $DIR/${tdir}-1 mkdir -p $DIR/${tdir}-2 multiop $DIR/${tdir}-1/f O_c & @@ -1227,6 +1235,8 @@ test_53e() { run_test 53e "|X| open reply while two MDC requests in flight" test_53f() { + rm -rf $DIR/${tdir}-1 $DIR/${tdir}-2 + mkdir -p $DIR/${tdir}-1 mkdir -p $DIR/${tdir}-2 multiop $DIR/${tdir}-1/f O_c & @@ -1258,6 +1268,8 @@ test_53f() { run_test 53f "|X| open reply and close reply while two MDC requests in flight" test_53g() { + rm -rf $DIR/${tdir}-1 $DIR/${tdir}-2 + mkdir -p $DIR/${tdir}-1 mkdir -p $DIR/${tdir}-2 multiop $DIR/${tdir}-1/f O_c & @@ -1289,6 +1301,8 @@ test_53g() { run_test 53g "|X| drop open reply and close request while close and open are both in flight" test_53h() { + rm -rf $DIR/${tdir}-1 $DIR/${tdir}-2 + mkdir -p $DIR/${tdir}-1 mkdir -p $DIR/${tdir}-2 multiop $DIR/${tdir}-1/f O_c & -- 1.8.3.1