From 93af9dbc44ec67e20b88b7433b6a8f769daf70d5 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Fri, 18 Aug 2017 12:42:06 -0600 Subject: [PATCH] LU-9888 tests: Do not run conf-sanity 32b with ZFS With recent changes to this test to support ZFS 0.7.1, conf-sanity test 32b consistently fails in automated testing with a ZFS file system. Add conf-sanity test 32b to the ALWAYS_EXCEPT list for ZFS testing while the fialure is investigated. Test-Parameters: trivial testgroup=review-zfs-part-2 Signed-off-by: James Nunez Change-Id: I1d5f7e5d02f0c318153eab0db01d8ae67ad93f13 Reviewed-on: https://review.whamcloud.com/28602 Tested-by: Jenkins Reviewed-by: Patrick Farrell Reviewed-by: Bob Glossman Reviewed-by: Andreas Dilger Tested-by: Maloo --- 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 cc79729..e4a33d6 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -78,8 +78,8 @@ if [[ "$LDISKFS_MKFS_OPTS" != *lazy_itable_init* ]]; then fi [ $(facet_fstype $SINGLEMDS) = "zfs" ] && -# bug number for skipped test: - ALWAYS_EXCEPT="$ALWAYS_EXCEPT" +# bug number for skipped test: LU-9888 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 32b" init_logging -- 1.8.3.1