From 903a4599395c16200691bbab53c62d1f2c22b0af Mon Sep 17 00:00:00 2001 From: James Simmons Date: Tue, 15 Apr 2025 11:13:10 -0400 Subject: [PATCH] LU-10870 tests: disable sanityn test 40a 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 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58795 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Timothy Day Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- lustre/tests/sanityn.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index 3770c08..9bf16b9 100755 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -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) -- 1.8.3.1