From: zhanghc Date: Fri, 14 Aug 2009 15:31:00 +0000 (+0000) Subject: b=20126 X-Git-Tag: v1_9_250~38 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cddf29c4b4d93397f4900eb9b15ed99ce99aefe5;p=fs%2Flustre-release.git b=20126 replace multiop with multiop_bg_pause in test_53b in replay-single.sh in order to make it sure that the operation is paused on return. i=grev@sun.com --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 1b789e0..1e95688 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1134,7 +1134,7 @@ test_53b() { mkdir -p $DIR/${tdir}-1 mkdir -p $DIR/${tdir}-2 - multiop $DIR/${tdir}-1/f O_c & + multiop_bg_pause $DIR/${tdir}-1/f O_c || return 6 close_pid=$! #define OBD_FAIL_MDS_REINT_NET 0x107