From 477b04fbafc738d969ba6da2aa19467ed0822ef1 Mon Sep 17 00:00:00 2001 From: zhanghc Date: Mon, 24 Aug 2009 01:39:50 +0000 Subject: [PATCH] b=20183 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 --- lustre/tests/replay-single.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 9833771..4bcf852 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -1085,7 +1085,8 @@ 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 -- 1.8.3.1