From 6358d54e6335f40bbfc90069fc364f2ecbba6e79 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Tue, 15 Apr 2025 11:15:28 -0400 Subject: [PATCH] LU-16489 tests: disable lustre_rsync 2c test In normal maloo testing we see lustre_rsync 2c test one in a while fails but for Oleg's rocky8 setup it fails constantly. For now disable the test until its resolved. Test-Parameters: trivial testlist=lustre-rsync-test Change-Id: Icd824c9d56f53629989b1cee51a86c57a452e410 Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58794 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Timothy Day Reviewed-by: Oleg Drokin --- lustre/tests/lustre-rsync-test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/lustre-rsync-test.sh b/lustre/tests/lustre-rsync-test.sh index b63d63b..3caf183 100755 --- a/lustre/tests/lustre-rsync-test.sh +++ b/lustre/tests/lustre-rsync-test.sh @@ -17,9 +17,9 @@ init_test_env "$@" init_logging ALWAYS_EXCEPT="$LRSYNC_EXCEPT " -# bug number for skipped test: LU-4256 -ALWAYS_EXCEPT+=" 2b" -# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! +always_except LU-4256 2b +[[ $(uname -r) = *"debug" ]] && + always_except LU-16489 2c build_test_filter -- 1.8.3.1