From: Jinshan Xiong Date: Thu, 3 Aug 2017 22:13:56 +0000 (-0700) Subject: LU-9054 tests: disable test_312 due to zdb issue X-Git-Tag: 2.10.52~25 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=05ebd8218108dccaa31c1dbc97cd4cc90dfd3f8d;hp=213db47f6497c0ea49ffef19de0d4673c932eefd LU-9054 tests: disable test_312 due to zdb issue zdb used to work for datasets of exported pool by '-e -p' options, this has been changed in zfs-0.7.0. This patch temporarily disables test_312 until zfs upstream ticket https://github.com/zfsonlinux/zfs/issues/6464 is solved. Signed-off-by: Jinshan Xiong Change-Id: Ib0c9eeed4964ea4a0abfed70760cb8fbaeb44496 Reviewed-on: https://review.whamcloud.com/28343 Tested-by: Jenkins Reviewed-by: Alex Zhuravlev Tested-by: Maloo Reviewed-by: Nathaniel Clark Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 395e391..c059a2b 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -12,8 +12,8 @@ ONLY=${ONLY:-"$*"} ALWAYS_EXCEPT=" 42a 42b 42c 45 68b $SANITY_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! -# bug number for skipped tests: LU-2036 LU-8411 LU-9096 -ALWAYS_EXCEPT=" 76 407 253 $ALWAYS_EXCEPT" +# skipped tests: LU-2036 LU-8411 LU-9096 LU-9054 +ALWAYS_EXCEPT=" 76 407 253 312 $ALWAYS_EXCEPT" # Check Grants after these tests GRANT_CHECK_LIST="$GRANT_CHECK_LIST 42a 42b 42c 42d 42e 63a 63b 64a 64b 64c"