Whamcloud - gitweb
EX-7784 tests: reenable arm testing
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 22 Nov 2023 20:57:52 +0000 (15:57 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 7 Dec 2023 11:12:22 +0000 (11:12 +0000)
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 <pfarrell@whamcloud.com>
Change-Id: I0490a2e7cbadb1492b58eb27c6bf8001b0704b5b
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53201
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Artem Blagodarenko <ablagodarenko@ddn.com>
lustre/tests/sanity.sh

index 6a02dcd..be1f811 100755 (executable)
@@ -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