From: Andreas Dilger Date: Mon, 26 Aug 2019 23:00:44 +0000 (-0600) Subject: LU-1957 tests: remove sanity test 180 from ALWAYS_EXCEPT X-Git-Tag: 2.12.90~134 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=72b59b85a253e508ec1b192fbf8cad840ca6ff2c;ds=sidebyside LU-1957 tests: remove sanity test 180 from ALWAYS_EXCEPT Remove test_180 from sanity ALWAYS_EXCEPT, since it should have been fixed by landing LU-2803. Fixes: e99f38594d2b ("LU-2803 osd: osd-zfs to handle echo sequence (2) properly") Test-Parameters: trivial testlist=sanity fstype=zfs Signed-off-by: Andreas Dilger Change-Id: I7601164865baba8fe2db3ce7bb33fd4c81eb0291 Reviewed-on: https://review.whamcloud.com/35930 Tested-by: jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Wei Liu Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 402ff92..cff47e9 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -61,8 +61,8 @@ fi [ "$SLOW" = "no" ] && EXCEPT_SLOW="27m 64b 68 71 115 300o" if [ "$mds1_FSTYPE" = "zfs" ]; then - # bug number for skipped test: LU-1957 - ALWAYS_EXCEPT="$ALWAYS_EXCEPT 180" + # bug number for skipped test: + ALWAYS_EXCEPT="$ALWAYS_EXCEPT " # 13 (min)" [ "$SLOW" = "no" ] && EXCEPT_SLOW="$EXCEPT_SLOW 51b" fi