Whamcloud - gitweb
Branch HEAD
authorrobert.read <robert.read>
Fri, 24 Apr 2009 00:11:26 +0000 (00:11 +0000)
committerrobert.read <robert.read>
Fri, 24 Apr 2009 00:11:26 +0000 (00:11 +0000)
b=19190
i=nathan

Wait for recovery to complete before finishing test.

lustre/tests/replay-single.sh

index 49cbeb1..9f04ca5 100755 (executable)
@@ -1906,6 +1906,7 @@ test_74() {
     mount_facet ost1
     touch $DIR/$tfile || return 1
     rm $DIR/$tfile || return 2
+    df $MOUNT || error "df failed: $?"
     return 0
 }
 run_test 74 "Ensure applications don't fail waiting for OST reocvery"