Whamcloud - gitweb
b=12900
authorgrev <grev>
Wed, 7 Nov 2007 18:48:06 +0000 (18:48 +0000)
committergrev <grev>
Wed, 7 Nov 2007 18:48:06 +0000 (18:48 +0000)
i=alexey.lyashkov
i=nathan.rutman

ignore test_30 failure

lustre/tests/sanityN.sh

index 8502401..33b33d4 100644 (file)
@@ -603,7 +603,7 @@ test_30() { #bug #11110
     /bin/sh -c 'sleep 1; rm -f $DIR2/$tdir/bash; cp /bin/bash $DIR2/$tdir' &
     err=$($DIR1/$tdir/bash -c 'sleep 2; openfile -f O_RDONLY /proc/$$/exe >& /dev/null; echo $?')
     wait
     /bin/sh -c 'sleep 1; rm -f $DIR2/$tdir/bash; cp /bin/bash $DIR2/$tdir' &
     err=$($DIR1/$tdir/bash -c 'sleep 2; openfile -f O_RDONLY /proc/$$/exe >& /dev/null; echo $?')
     wait
-    [ $err -ne 116 ] && error "return code ($err) != -ESTALE" && return
+    [ $err -ne 116 ] && error_ignore 12900 "return code ($err) != -ESTALE" && return
     true
 }
 
     true
 }