From: rread Date: Sat, 15 Nov 2003 01:05:26 +0000 (+0000) Subject: on hardware, the script runs too fast for these multiops to die, cause X-Git-Tag: v1_7_0_51~2^7~236 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8ba0e11b7f531e2a42af298ce270b24d46e786c9;p=fs%2Flustre-release.git on hardware, the script runs too fast for these multiops to die, cause the /mnt/lustre to be busy. So, have test 32 cause recovery on the client and wait a bit before finishing. --- diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 4b1cdda..773ef00 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -643,8 +643,10 @@ test_32() { # give multiop a chance to open sleep 1 mds_evict_client + df $MOUNT || df $MOUNT || return 1 kill -USR1 $pid1 kill -USR1 $pid2 + sleep 1 return 0 } run_test 32 "close() notices client eviction; close() after client eviction"