From 72b59b85a253e508ec1b192fbf8cad840ca6ff2c Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Mon, 26 Aug 2019 17:00:44 -0600 Subject: [PATCH] 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 --- 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 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 -- 1.8.3.1