From: Saurabh Tandan Date: Wed, 8 Jun 2016 23:45:19 +0000 (-0700) Subject: LU-2805 tests: sanity -Remove test_184c from Always Except X-Git-Tag: 2.8.57~42 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=d6fd48fe7357a8056159e48442ffff5a2fd2d59d LU-2805 tests: sanity -Remove test_184c from Always Except For sanity.sh removing test_184c from the ALWAYS_EXCEPT list. Test-Parameters: trivial mdtfilesystemtype=zfs ostfilesystemtype=zfs mdsfilesystemtype=zfs envdefinitions=SLOW=yes testlist=sanity,sanity,sanity,sanity Signed-off-by: Saurabh Tandan Change-Id: Iba0b5b0ff2613e94c1cc90921face828605d05cb Reviewed-on: http://review.whamcloud.com/20104 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: James Nunez Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 50b3bfa..78f64e8 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -79,8 +79,8 @@ init_logging [ "$SLOW" = "no" ] && EXCEPT_SLOW="24D 27m 64b 68 71 115 300o" if [ $(facet_fstype $SINGLEMDS) = "zfs" ]; then - # bug number for skipped test: LU-4536 LU-1957 LU-2805 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 65ic 180 184c" + # bug number for skipped test: LU-4536 LU-1957 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 65ic 180" # 4 13 (min)" [ "$SLOW" = "no" ] && EXCEPT_SLOW="$EXCEPT_SLOW 51b 51ba" fi