Whamcloud - gitweb
LU-14765 test: disable sanity-flr/44c 74/44074/7
authorBobi Jam <bobijam@whamcloud.com>
Fri, 3 Sep 2021 04:01:59 +0000 (12:01 +0800)
committerOleg Drokin <green@whamcloud.com>
Wed, 18 May 2022 20:31:16 +0000 (20:31 +0000)
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 <bobijam@whamcloud.com>
Change-Id: I1a5d7e0c203d5c7dc0da53ce6c020795bf17b9fc
Reviewed-on: https://review.whamcloud.com/44074
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/sanity-flr.sh

index 180cf11..d35ac8e 100644 (file)
@@ -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