From 4ad0861d909107157c146e8cd0d75f516173ed50 Mon Sep 17 00:00:00 2001 From: Sebastien Buisson Date: Mon, 1 Jul 2024 10:21:47 +0200 Subject: [PATCH] LU-17978 tests: always except sanity-pcc test_33 on el8.9+ sanity-pcc test_33 is failing 100% of the time on rhel8.9 and el810 due to previous reported inconsistent LSOM problem in LU-17781, so add it to ALWAYS_EXCEPT until a fix is found. Test-Parameters: trivial clientdistro=el8.9 testlist=sanity-pcc Test-Parameters: trivial clientdistro=el8.10 testlist=sanity-pcc Signed-off-by: Sebastien Buisson Signed-off-by: Qian Yingjin Change-Id: Ic8a48708e26776ff84201b040cbb9993fc1fe25a Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55589 Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin Reviewed-by: Andreas Dilger Tested-by: jenkins Tested-by: Maloo --- lustre/tests/sanity-pcc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/sanity-pcc.sh b/lustre/tests/sanity-pcc.sh index 5346625..a675740 100755 --- a/lustre/tests/sanity-pcc.sh +++ b/lustre/tests/sanity-pcc.sh @@ -60,6 +60,8 @@ if [[ -r /etc/redhat-release ]]; then always_except EX-8739 6 7a 7b 23 35 # PCC-RW always_except LU-17289 102 # fio io_uring always_except LU-17781 33 # inconsistent LSOM + elif (( $(version_code $rhel_version) >= $(version_code 8.9.0) )); then + always_except LU-17781 33 # inconsistent LSOM fi fi -- 1.8.3.1