From 5297bfa671bd2cbb18fb3188c4d9e3b8edf3284a Mon Sep 17 00:00:00 2001 From: James Nunez Date: Fri, 11 Aug 2017 13:45:52 -0600 Subject: [PATCH] LU-9860 tests: Add conf-sanity tests to ALWAYS_EXCEPT list The following tests fail when run with a separate MDS and MGS: conf-sanity tests 33a, 43b, 53b, 54b, 70e, 80, 84, 87, 100, 102, 103, 104, 105 and 107. We need to add these tests to the ALWAYS_EXCEPT list when running with a separate MDS and MGS. Test-Parameters: trivial combinedmdsmgs=false testlist=conf-sanity envdefinitions=SLOW=yes Signed-off-by: James Nunez Change-Id: I1b17714216e14ad04eb9a492cb5f1aa4ed82bd1a Reviewed-on: https://review.whamcloud.com/28497 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Wei Liu Reviewed-by: Dilip Krishnagiri Reviewed-by: Saurabh Tandan Reviewed-by: Oleg Drokin --- lustre/tests/conf-sanity.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index e4a33d6..fe5a14f 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -68,8 +68,12 @@ OSTDEV1_2=$fs2ost_DEV OSTDEV2_2=$fs3ost_DEV if ! combined_mgs_mds; then - # bug number for skipped test: 23954 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 24b" + # bug number for skipped test: 23954 LU-9860 LU-9860 LU-9860 LU-9860 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 24b 33a 43b 53b 54b" + # bug number for skipped test: LU-9875 LU-9879 LU-9879 LU-9879 LU-9879 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 70e 80 84 87 100" + # bug number for skipped test: LU-8110 LU-9400 LU-9879 LU-9879 LU-9879 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 102 103 104 105 107" fi # pass "-E lazy_itable_init" to mke2fs to speed up the formatting time -- 1.8.3.1