From 324afcbc1008705fcb160b63e4da8b7a5a609bf2 Mon Sep 17 00:00:00 2001 From: Patrick Farrell Date: Wed, 22 Nov 2023 15:57:52 -0500 Subject: [PATCH] EX-7784 tests: reenable arm testing Previously, test 460a failed every time on ARM systems with an issue with lnet/lnb transfers. After a significant rework of the client compression code for EX-7601, this no longer happens. Test-Parameters: trivial testlist=sanity clientdistro=el8.8 clientarch=aarch64 Test-Parameters: trivial testlist=sanity clientdistro=el8.8 clientarch=aarch64 Test-Parameters: trivial testlist=sanity clientdistro=el8.8 clientarch=aarch64 Test-Parameters: trivial testlist=sanity clientdistro=el8.8 clientarch=aarch64 Test-Parameters: trivial testlist=sanity clientdistro=el8.8 clientarch=aarch64 Test-Parameters: trivial testlist=sanity clientdistro=el8.8 clientarch=aarch64 Test-Parameters: trivial testlist=sanity clientdistro=el8.8 clientarch=aarch64 Test-Parameters: trivial testlist=sanity clientdistro=el8.8 clientarch=aarch64 Signed-off-by: Patrick Farrell Change-Id: I0490a2e7cbadb1492b58eb27c6bf8001b0704b5b Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53201 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Artem Blagodarenko --- lustre/tests/sanity.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 6a02dcd..be1f811 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -58,10 +58,6 @@ if [[ $(uname -m) = aarch64 ]]; then always_except LU-14067 400a 400b fi -if (( PAGE_SIZE == 65536 )); then - always_except EX-7784 460a 460b 460c 460e 460f -fi - # skip nfs tests on kernels >= 4.12.0 until they are fixed if [ $LINUX_VERSION_CODE -ge $(version_code 4.12.0) ]; then always_except LU-12661 817 -- 1.8.3.1