From: Keith Mannthey Date: Wed, 28 Nov 2012 01:05:13 +0000 (-0800) Subject: LU-1716 test: Test holder for b2_1 only test. X-Git-Tag: 2.3.59~9 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=3293d55a84ecae72ac19d76a3de0f64d9e114373;p=fs%2Flustre-release.git LU-1716 test: Test holder for b2_1 only test. A b2_1 only test is needed. Add it as a comment so as not to reuse it in the future. Signed-off-by: Keith Mannthey Change-Id: I3caf15d1369e73b8104194561b73929561d2dfe9 Reviewed-on: http://review.whamcloud.com/4690 Tested-by: Hudson Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Bob Glossman --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 89b336f..9104716 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -1251,6 +1251,16 @@ test_61() } run_test 61 "Verify to not reuse orphan objects - bug 17025" +# test_62 as seen it b2_1 please do not reuse test_62 +#test_62() +#{ +# zconf_umount `hostname` $DIR +# #define OBD_FAIL_PTLRPC_DELAY_IMP_FULL 0x516 +# lctl set_param fail_loc=0x516 +# mount_client $DIR +#} +#run_test 62 "Verify connection flags race - bug LU-1716" + check_cli_ir_state() { local NODE=${1:-$HOSTNAME}