From 051a2b9629f9542850cb7c79cfe06c5eac511569 Mon Sep 17 00:00:00 2001 From: Sebastien Buisson Date: Wed, 3 Jun 2020 11:31:20 +0200 Subject: [PATCH 1/1] LU-13628 tests: add sanityn test_106 to ALWAYS_EXCEPT sanityn test_106 fails on CentOS 8 and Ubuntu 18, and is skipped on all other distros because of lack of support for statx. Test-Parameters: trivial Test-Parameters: clientdistro=el8.1 testlist=sanityn Test-Parameters: clientdistro=ubuntu1804 testlist=sanityn Signed-off-by: Sebastien Buisson Change-Id: I370585138bbd05d1e4ea8f323c74659145fe7dec Reviewed-on: https://review.whamcloud.com/38815 Tested-by: jenkins Reviewed-by: Alex Zhuravlev Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin --- lustre/tests/sanityn.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanityn.sh b/lustre/tests/sanityn.sh index 526c8da..242797c 100755 --- a/lustre/tests/sanityn.sh +++ b/lustre/tests/sanityn.sh @@ -18,8 +18,8 @@ init_test_env $@ init_logging ALWAYS_EXCEPT="$SANITYN_EXCEPT " -# bug number for skipped test: LU-7105 -ALWAYS_EXCEPT+=" 28 " +# bug number for skipped test: LU-7105 LU-13628 +ALWAYS_EXCEPT+=" 28 106" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! # skip tests for PPC until they are fixed -- 1.8.3.1