Whamcloud - gitweb
LU-11671 tests: re-enable sanity test_45 for aarch64 03/55403/6
authorXinliang Liu <xinliang.liu@linaro.org>
Wed, 12 Jun 2024 10:24:53 +0000 (10:24 +0000)
committerOleg Drokin <green@whamcloud.com>
Tue, 25 Jun 2024 03:32:28 +0000 (03:32 +0000)
This is fixed by patch https://review.whamcloud.com/54763
 ("LU-17733 tests: sanity test_45 fix dirty count").

Test-Parameters: trivial
Test-Parameters: testlist=sanity clientarch=aarch64 \
  clientdistro=el9.3 env=ONLY=45,ONLY_REPEAT=100

Change-Id: I4716a0bee2689ffb33db8a81f1f33be6562b929e
Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55403
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/sanity.sh

index a2117d5..83bb14a 100755 (executable)
@@ -48,11 +48,6 @@ if $SHARED_KEY; then
        always_except LU-17127 39o
 fi
 
-# skip the grant tests for ARM until they are fixed
-if [[ $(uname -m) = aarch64 ]]; then
-       always_except LU-11671 45
-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