From 3acd22b0fecc7d2cf7fff08c3bb7c0bad66ae186 Mon Sep 17 00:00:00 2001 From: Timothy Day Date: Tue, 23 May 2023 14:11:24 +0000 Subject: [PATCH] LU-16694 tests: remove deprecated sanity/62 This test was disabled many years ago. It doesn't seem useful enough to reenable it. Hence, remove it. Test-Parameters: trivial Signed-off-by: Timothy Day Change-Id: I1a27a1dc271f76358136efb81e793c81e971f037 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51097 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Arshad Hussain Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 15 --------------- 1 file changed, 15 deletions(-) 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. -- 1.8.3.1