From: Andreas Dilger Date: Fri, 14 Dec 2018 06:48:40 +0000 (-0700) Subject: LU-11729 tests: skip sanity test 810 for ARM X-Git-Tag: 2.12.0-RC3~3 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=a6239c48da38ff0da4564da496766deebc88923f LU-11729 tests: skip sanity test 810 for ARM Skip sanity.sh test_810 for ARM clients as it always failing. Test-Parameters: trivial clientarch=aarch64 testlist=sanity Signed-off-by: Andreas Dilger Change-Id: I84117aebb277d4ddcb7787b715587e330f3ebbe5 Reviewed-on: https://review.whamcloud.com/33864 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Nunez Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index daa2fab..d27f127 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -23,8 +23,8 @@ fi if [[ $(uname -m) = aarch64 ]]; then # bug number: LU-11596 (all below) ALWAYS_EXCEPT+=" 42d 42e 63a 63b 64a 64b 64c" - # bug number: LU-11671 LU-11665 LU-11594 LU-11667 - ALWAYS_EXCEPT+=" 45 101c 103a 317" + # bug number: LU-11671 LU-11665 LU-11594 LU-11667 LU-11729 + ALWAYS_EXCEPT+=" 45 101c 103a 317 810" fi # Check Grants after these tests