From 60c5a6fd35d4d819b61b4f58b33fdd3baefd52e4 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Tue, 1 May 2018 13:20:28 -0600 Subject: [PATCH] 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 --- lustre/tests/conf-sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 1.8.3.1