From ba64569830ea03f6389fd4580b248cfc654e88c3 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Thu, 15 May 2014 13:06:34 -0400 Subject: [PATCH] LU-2778 tests: UNEXCEPT conf-sanity/57b Due to fixes for LU-2059 this test should now pass consistantly on ZFS. Test-Parameters: mdsfilesystemtype=zfs mdtfilesystemtype=zfs ostfilesystemtype=zfs testlist=conf-sanity Test-Parameters: mdsfilesystemtype=zfs mdtfilesystemtype=zfs ostfilesystemtype=zfs testlist=conf-sanity Signed-off-by: Nathaniel Clark Change-Id: Ia9e567a5692109458b8cbf9fc034d571c52ea130 Reviewed-on: http://review.whamcloud.com/10357 Tested-by: Jenkins Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: James Nunez 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 1100c02..d106839 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: LU-2778 LU-4444 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 57b 69" +# bug number for skipped test: LU-4444 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 69" init_logging -- 1.8.3.1