Whamcloud - gitweb
b=13174
[fs/lustre-release.git] / lustre / tests / replay-dual.sh
index 026ffe2..f2f9f96 100755 (executable)
@@ -2,8 +2,8 @@
 
 set -e
 
-# bug number:  6088 10124 10800
-ALWAYS_EXCEPT="8    15c   17    $REPLAY_DUAL_EXCEPT"
+# bug number:  13129 13129 6088 13464 10124 10800
+ALWAYS_EXCEPT="2     3     8    14    15c   17   $REPLAY_DUAL_EXCEPT"
 
 SAVE_PWD=$PWD
 PTLDEBUG=${PTLDEBUG:--1}
@@ -17,10 +17,13 @@ init_test_env $@
 
 . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
 
+#
+[ "$SLOW" = "no" ] && EXCEPT_SLOW="1 2 3 4 5 14"
 
 build_test_filter
 
 cleanup_and_setup_lustre
+rm -rf $DIR/[df][0-9]*
 
 [ "$DAEMONFILE" ] && $LCTL debug_daemon start $DAEMONFILE $DAEMONSIZE
 
@@ -417,6 +420,8 @@ test_18() { # bug 3822 - evicting client with enqueued lock
     wait $OPENPID
     dmesg | grep "entering recovery in server" && \
         error "client not evicted" || true
+    do_facet client "sysctl -w lustre.fail_loc=0"
+    do_facet $SINGLEMDS "sysctl -w lustre.fail_loc=0"
 }
 run_test 18 "ldlm_handle_enqueue succeeds on evicted export (3822)"