Whamcloud - gitweb
b=17195
authorgrev <grev>
Fri, 13 Mar 2009 15:50:25 +0000 (15:50 +0000)
committergrev <grev>
Fri, 13 Mar 2009 15:50:25 +0000 (15:50 +0000)
i=Tappro
skip the tests if no delayed recovery

lustre/tests/large-scale.sh

index 580c95e..356ff57 100644 (file)
@@ -71,6 +71,8 @@ delete_fake_exports () {
 }
 
 test_1b() {
+    delayed_recovery_enabled || { skip "No delayed recovery support"; return 0; }
+
     local FAKE_NUM
     local NUM
 
@@ -104,6 +106,8 @@ fail_mds () {
 }
 
 test_1c() {
+    delayed_recovery_enabled || { skip "No delayed recovery support"; return 0; }
+
     zconf_mount_clients $CLIENTS $DIR
 
     # sanity mds fail (to exclude the recults on fresh formatted fs)