Whamcloud - gitweb
LU-1716 test: Test holder for b2_1 only test.
authorKeith Mannthey <keith.mannthey@intel.com>
Wed, 28 Nov 2012 01:05:13 +0000 (17:05 -0800)
committerOleg Drokin <green@whamcloud.com>
Fri, 18 Jan 2013 05:13:21 +0000 (00:13 -0500)
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 <keith.mannthey@intel.com>
Change-Id: I3caf15d1369e73b8104194561b73929561d2dfe9
Reviewed-on: http://review.whamcloud.com/4690
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
lustre/tests/recovery-small.sh

index 89b336f..9104716 100755 (executable)
@@ -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}