From 10f7f715e23c75b76c9af38c815311e92dc0ef81 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Wed, 19 Jul 2017 01:34:22 -0400 Subject: [PATCH] LU-4536 tests: Re-enable sanity/65ic Because of work done for LU-9019 to bring timing to be universally 64bit, re-enable this test. Test-Parameters: trivial Test-Parameters: testlist=sanity mdtfilesystemtype=zfs ostfilesystemtype=zfs osscount=2 ostcount=2 mdscount=1 mdtcount=1 clientcount=2 Test-Parameters: testlist=sanity mdtfilesystemtype=zfs ostfilesystemtype=zfs osscount=2 ostcount=2 mdscount=1 mdtcount=1 clientcount=2 Test-Parameters: testlist=sanity mdtfilesystemtype=zfs ostfilesystemtype=zfs osscount=2 ostcount=2 mdscount=1 mdtcount=1 clientcount=2 Test-Parameters: testlist=sanity mdtfilesystemtype=zfs ostfilesystemtype=zfs osscount=2 ostcount=2 mdscount=1 mdtcount=1 clientcount=2 Signed-off-by: Nathaniel Clark Change-Id: Ifae4b2f6d3ad1e8c02eab8b1ca97f9924c0bf360 Reviewed-on: https://review.whamcloud.com/27803 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Bob Glossman Reviewed-by: Alex Zhuravlev Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 978d93d..41471e4 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -81,8 +81,8 @@ init_logging [ "$SLOW" = "no" ] && EXCEPT_SLOW="27m 64b 68 71 115 300o" if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then - # bug number for skipped test: LU-4536 LU-1957 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 65ic 180" + # bug number for skipped test: LU-1957 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 180" # 13 (min)" [ "$SLOW" = "no" ] && EXCEPT_SLOW="$EXCEPT_SLOW 51b" fi -- 1.8.3.1