X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=12a086ffeebae9957ea6a46f9471782915d221b8;hb=3acd22b0fecc7d2cf7fff08c3bb7c0bad66ae186;hp=aa2e05d589dd897c7925762366c59bd6d86dd527;hpb=9e6c0915bb73a04e288d85e4ceb22869ed48359c;p=fs%2Flustre-release.git diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index aa2e05d..12a086f 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -9283,21 +9283,6 @@ test_61b() { } run_test 61b "mmap() of unstriped file is successful" -# bug 2330 - insufficient obd_match error checking causes LBUG -test_62() { - [ $PARALLEL == "yes" ] && skip "skip parallel run" - - f="$DIR/f62" - echo foo > $f - cancel_lru_locks osc - lctl set_param fail_loc=0x405 - cat $f && error "cat succeeded, expect -EIO" - lctl set_param fail_loc=0 -} -# This test is now irrelevant (as of bug 10718 inclusion), we no longer -# match every page all of the time. -#run_test 62 "verify obd_match failure doesn't LBUG (should -EIO)" - # bug 2319 - oig_wait() interrupted causes crash because of invalid waitq. # Though this test is irrelevant anymore, it helped to reveal some # other grant bugs (LU-4482), let's keep it.