Whamcloud - gitweb
LU-10870 tests: disable sanityn test 40a 95/58795/4
authorJames Simmons <jsimmons@infradead.org>
Tue, 15 Apr 2025 15:13:10 +0000 (11:13 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 25 Apr 2025 00:58:29 +0000 (00:58 +0000)
If sanityn 40a is run several times there is a good chance the
test will fail. Disable the test until a solution is presented.
Currently Oleg's rocky8 setup will easily reproduce this
problem.

Test-Parameters: trivial testlist=sanityn
Change-Id: I0bdff999ecdf2481c2bd9eda6c4fc8b1cacd08d5
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58795
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanityn.sh

index 3770c08..9bf16b9 100755 (executable)
@@ -18,9 +18,9 @@ init_test_env $@
 init_logging
 
 ALWAYS_EXCEPT="$SANITYN_EXCEPT "
-# bug number for skipped test:  LU-7105
-ALWAYS_EXCEPT+="                28"
-# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
+always_except LU-7105  28
+[[ $(uname -r) = *"debug" ]] &&
+       always_except LU-10870  40a
 
 if [ $mds1_FSTYPE = "zfs" ]; then
        # bug number:    LU-15757 (test_102() causes crash in umount later)