From a45fe93cd8d1e941d58e0f11e21649e1956ba2c7 Mon Sep 17 00:00:00 2001 From: Bobi Jam Date: Fri, 3 Sep 2021 12:01:59 +0800 Subject: [PATCH] LU-14765 test: disable sanity-flr/44c file blocks number accounting does not include blocks occupied by multiple mirrors, disable the test for now. Test-Parameters: trivial Signed-off-by: Bobi Jam Change-Id: I1a5d7e0c203d5c7dc0da53ce6c020795bf17b9fc Reviewed-on: https://review.whamcloud.com/44074 Tested-by: jenkins Tested-by: Maloo Reviewed-by: John L. Hammond Reviewed-by: Andreas Dilger --- lustre/tests/sanity-flr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-flr.sh b/lustre/tests/sanity-flr.sh index 180cf11..d35ac8e 100644 --- a/lustre/tests/sanity-flr.sh +++ b/lustre/tests/sanity-flr.sh @@ -14,8 +14,8 @@ init_test_env "$@" init_logging ALWAYS_EXCEPT="$SANITY_FLR_EXCEPT " -# Bug number for skipped test: LU-14818 LU-11381 -ALWAYS_EXCEPT+=" 6 201 " +# Bug number for skipped test: LU-14818 LU-11381 LU-14765 +ALWAYS_EXCEPT+=" 6 201 44c" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # skip all tests for PPC until we can get sanity-pfl to pass -- 1.8.3.1