From: James Nunez Date: Sat, 2 Feb 2019 00:12:56 +0000 (-0700) Subject: LU-11915 tests: stop running conf-sanity test 110 X-Git-Tag: 2.12.52~106 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=22ea5c8edfc9608ee5be056b61dd9fc000865791;p=fs%2Flustre-release.git LU-11915 tests: stop running conf-sanity test 110 conf-sanity test 115 started hanging about the time test 110 and 111 were added to conf-sanity. Stop running conf-sanity test 110 by adding it to the ALWAYS_EXCEPT list. Test-Parameters: trivial Test-Parameters: fstype=ldiskfs mdscount=2 mdtcount=4 testlist=conf-sanity Test-Parameters: fstype=ldiskfs mdscount=2 mdtcount=4 testlist=conf-sanity Signed-off-by: James Nunez Change-Id: I5b36df4f0e852ba4f00945a0718bb2f6f89cc925 Reviewed-on: https://review.whamcloud.com/34166 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Wei Liu --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index bdaeca2..dfd5f03 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -69,6 +69,11 @@ fi ALWAYS_EXCEPT="$ALWAYS_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! +[ $MDSCOUNT -ge 2 ] && +# bug number for skipped test: LU-11915 + ALWAYS_EXCEPT+=" 110" +# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! + init_logging #