Whamcloud - gitweb
on hardware, the script runs too fast for these multiops to die, cause
authorrread <rread>
Sat, 15 Nov 2003 01:05:26 +0000 (01:05 +0000)
committerrread <rread>
Sat, 15 Nov 2003 01:05:26 +0000 (01:05 +0000)
the /mnt/lustre to be busy.  So, have test 32 cause recovery on the client and wait
a bit before finishing.

lustre/tests/replay-single.sh

index 4b1cdda..773ef00 100755 (executable)
@@ -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"