From: Andreas Dilger Date: Fri, 15 Mar 2019 21:21:58 +0000 (-0600) Subject: LU-11596 tests: skip sanity test_64d for ARM X-Git-Tag: 2.12.53~92 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=946764287309a274fa805d930e4f1126d4a66570 LU-11596 tests: skip sanity test_64d for ARM Add sanity.sh test_64d to the ALWAYS_EXCEPT list for this bug for ARM, since it is also intermittently failing. Test-Parameters: trivial clientarch=aarch64 testlist=sanity Test-Parameters: testgroup=review-dne-part-1 testlist=sanity Test-Parameters: testgroup=review-dne-zfs-part-1 testlist=sanity Signed-off-by: Andreas Dilger Change-Id: Ifd52aa33d9bbf27303341ff0314322765b3ebbe5 Reviewed-on: https://review.whamcloud.com/34432 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 8dbb0a6..8d9a2fe 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -20,15 +20,17 @@ if $SHARED_KEY; then ALWAYS_EXCEPT="$ALWAYS_EXCEPT 17n 60a 133g 300f" fi +# Check Grants after these tests +GRANT_CHECK_LIST="$GRANT_CHECK_LIST 42a 42b 42c 42d 42e 63a 63b 64a 64b 64c 64d" + +# skip the grant tests for ARM until they are fixed if [[ $(uname -m) = aarch64 ]]; then # bug number: LU-11596 (all below) - ALWAYS_EXCEPT+=" 42d 42e 63a 63b 64a 64b 64c" + ALWAYS_EXCEPT+=" $GRANT_CHECK_LIST" # bug number: LU-11671 LU-11594 LU-11667 LU-11729 ALWAYS_EXCEPT+=" 45 103a 317 810" fi -# Check Grants after these tests -GRANT_CHECK_LIST="$GRANT_CHECK_LIST 42a 42b 42c 42d 42e 63a 63b 64a 64b 64c" SRCDIR=$(cd $(dirname $0); echo $PWD) export PATH=$PATH:/sbin