Whamcloud - gitweb
Branch HEAD
authorrobert.read <robert.read>
Tue, 24 Nov 2009 00:22:12 +0000 (00:22 +0000)
committerrobert.read <robert.read>
Tue, 24 Nov 2009 00:22:12 +0000 (00:22 +0000)
b=21240,19242

Disabling replay-single 44a, which is using obd_race, which appears to be racy itself, and
also appear to be incorrectly checking the return code of lclt recover, which appears be supposed
to fail in this test. Also disabling 44b which looks like it has the same issue with lctl recover.

lustre/tests/replay-single.sh

index acc4454..4b7f0ab 100755 (executable)
@@ -19,8 +19,8 @@ GRANT_CHECK_LIST=${GRANT_CHECK_LIST:-""}
 remote_mds_nodsh && log "SKIP: remote MDS with nodsh" && exit 0
 
 # Skip these tests
-# bug number:  17466 18857,15962
-ALWAYS_EXCEPT="61d   33a 33b  $REPLAY_SINGLE_EXCEPT"
+# bug number:  17466 18857,15962 21240
+ALWAYS_EXCEPT="61d   33a 33b     44 $REPLAY_SINGLE_EXCEPT"
 
 if [ "$FAILURE_MODE" = "HARD" ] && mixed_ost_devs; then
     CONFIG_EXCEPTIONS="0b 42 47 61a 61c"