From: James Nunez Date: Tue, 1 May 2018 19:20:28 +0000 (-0600) Subject: LU-8972 tests: remove conf-sanity test from ALWAYS_EXCEPT X-Git-Tag: 2.11.53~68 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=60c5a6fd35d4d819b61b4f58b33fdd3baefd52e4;p=fs%2Flustre-release.git LU-8972 tests: remove conf-sanity test from ALWAYS_EXCEPT A patch landed to fix the issue reported in LU-8972. We need to run conf-sanity test 101 to ensure that the issue is fixed and does not regress. Remove conf-sanity test 101 from the ALWAYS_EXCEPT list. Test-Parameters: trivial Test-Parameters: trivial clientcount=2 mdscount=2 mdtcount=4 osscount=1 ostcount=8 mdtfilesystemtype=zfs ostfilesystemtype=zfs testlist=conf-sanity Test-Parameters: clientcount=2 mdscount=2 mdtcount=4 osscount=1 ostcount=8 mdtfilesystemtype=ldiskfs ostfilesystemtype=ldiskfs testlist=conf-sanity Test-Parameters: clientcount=2 mdscount=1 mdtcount=1 osscount=1 ostcount=8 mdtfilesystemtype=ldiskfs ostfilesystemtype=ldiskfs testlist=conf-sanity Test-Parameters: clientcount=2 mdscount=1 mdtcount=1 osscount=1 ostcount=8 mdtfilesystemtype=zfs ostfilesystemtype=zfs testlist=conf-sanity Signed-off-by: James Nunez Change-Id: Ic678c7527a60cab2de6139041cca81017d4aa75e Reviewed-on: https://review.whamcloud.com/32220 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Saurabh Tandan Reviewed-by: Alex Zhuravlev Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index b7c89ee..5453813 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -4,8 +4,8 @@ set -e ONLY=${ONLY:-"$*"} -# bug number for skipped test: LU-8972 -ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT 101" +# bug number for skipped test: +ALWAYS_EXCEPT="$CONF_SANITY_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # bug number for skipped test: