From: James Nunez Date: Fri, 11 Aug 2017 19:45:52 +0000 (-0600) Subject: LU-9860 tests: Add conf-sanity tests to ALWAYS_EXCEPT list X-Git-Tag: 2.10.3-RC1~37 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F30216%2F2;p=fs%2Flustre-release.git 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 (cherry picked from commit 5297bfa671bd2cbb18fb3188c4d9e3b8edf3284a) Reviewed-on: https://review.whamcloud.com/30216 Reviewed-by: John L. Hammond --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 35f0225..ce890f4 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