From 3293d55a84ecae72ac19d76a3de0f64d9e114373 Mon Sep 17 00:00:00 2001 From: Keith Mannthey Date: Tue, 27 Nov 2012 17:05:13 -0800 Subject: [PATCH] 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 --- lustre/tests/recovery-small.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) 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} -- 1.8.3.1