From 4cbcea223df3015fedc4873e71857192964c4c51 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Wed, 24 Jan 2018 13:47:09 -0700 Subject: [PATCH] LU-10497 tests: remove tests from sanity-dom sanity test 42a, 42b, and 42c are known to fail and are not run during normal testing due to LU-6493 and LU-9693. Thus, remove these sanity tests from running in sanity-dom. Test-Parameters: trivial testlist=sanity-dom Signed-off-by: James Nunez Change-Id: I2c99f44bcae845fd5f9fb0a17bb09a2b4b254ec9 Reviewed-on: https://review.whamcloud.com/31004 Tested-by: Jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Mike Pershin --- lustre/tests/sanity-dom.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity-dom.sh b/lustre/tests/sanity-dom.sh index 4cdb37e..066a759 100644 --- a/lustre/tests/sanity-dom.sh +++ b/lustre/tests/sanity-dom.sh @@ -104,8 +104,9 @@ run_test fsx "Dual-mount fsx with DoM files" test_sanity() { [[ -f sanity.sh ]] || { skip "sanity.sh doesn't exist"; return 0; } - # XXX: to fix 45 - ONLY="36 39 40 41 42 43 46 56r 101e 119a 131 150 155a 155b 155c \ + # XXX: to fix 45. Add 42a, c when LU-9693 fixed. + # Add 42b when LU-6493 fixed + ONLY="36 39 40 41 42d 42e 43 46 56r 101e 119a 131 150 155a 155b 155c \ 155d 207 241 251" OSC="mdc" DOM="yes" bash sanity.sh } run_test sanity "Run sanity with Data-on-MDT files" -- 1.8.3.1