Whamcloud - gitweb
ATM-1754 tests: skip f_large_dir(_csum) on aarch64
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 21 May 2020 20:57:49 +0000 (14:57 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 15 Dec 2022 18:49:57 +0000 (11:49 -0700)
Skip the f_large_dir(_csum) tests on the aarch64 builders because this is
extremely slow (90 minutes) and clogs up the build system when
there are many patches in the queue.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I8c3a588c34caae5332b4c643df940b0e855cab07
Reviewed-on: https://review.whamcloud.com/38693
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Wang Shilong <wshilong@ddn.com>
Reviewed-by: Li Dongyang <dongyangli@ddn.com>
tests/f_large_dir/script
tests/f_large_dir_csum/script

index e323583..5c88fc3 100644 (file)
@@ -2,6 +2,12 @@ OUT=$test_name.log
 EXP=$test_dir/expect
 E2FSCK=../e2fsck/e2fsck
 
+# skip this test on aarch64 builders because it is extremely slow
+if [ "`uname -m`" = "aarch64" ]; then
+       echo "$test_name: $test_description: skipped (slow on aarch64)"
+       return 0
+fi
+
 NAMELEN=255
 DIRENT_SZ=8
 BLOCKSZ=1024
index 286a965..ca2a9b4 100644 (file)
@@ -2,6 +2,12 @@ OUT=$test_name.log
 EXP=$test_dir/expect
 E2FSCK=../e2fsck/e2fsck
 
+# skip this test on aarch64 builders because it is extremely slow
+if [ "`uname -m`" = "aarch64" ]; then
+       echo "$test_name: $test_description: skipped (slow on aarch64)"
+       return 0
+fi
+
 NAMELEN=255
 DIRENT_SZ=8
 BLOCKSZ=1024