From 89998fc1bf89bd1210c886b228e5d3381909d76a Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Mon, 16 May 2016 11:46:00 -0600 Subject: [PATCH] LU-8139 tests: skip sanity test 101g until fix is landed The landing of 16MB RPC and lprocfs value parsing were tested independently, but had conflicting changes that are causing sanity.sh test_101g to fail continuously. Disable the test until a fix is made. Test-Parameters: trivial Signed-off-by: Andreas Dilger Change-Id: I93e82cb5606400f39b6da7a6e35c580826c2d106 Reviewed-on: http://review.whamcloud.com/20241 Reviewed-by: James Nunez Reviewed-by: Oleg Drokin Tested-by: Oleg Drokin --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index a78fc3a..2da4365 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -13,8 +13,8 @@ ALWAYS_EXCEPT=" 42a 42b 42c 42d 45 51d 68b $SANITY_EXCE # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # with LOD/OSP landing -# bug number for skipped tests: LU-2036 -ALWAYS_EXCEPT=" 76 $ALWAYS_EXCEPT" +# bug number for skipped tests: LU-2036 LU-8139 +ALWAYS_EXCEPT=" 76 101g $ALWAYS_EXCEPT" is_sles11() # LU-4341 { -- 1.8.3.1