From 68dd8a8acff9ad2295a1fcba318fc8ed5f140026 Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Sat, 26 Jan 2019 13:46:55 +0300 Subject: [PATCH] LU-10496 tests: disable 39k for DoM for a while as too many runs fail due to missing FMD. Test-Parameters: trivial Change-Id: Ie391917fd7e251283289a4d6930d26c977810a47 Signed-off-by: Alex Zhuravlev Reviewed-on: https://review.whamcloud.com/34115 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Mike Pershin Reviewed-by: Oleg Drokin --- lustre/tests/sanity-dom.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/tests/sanity-dom.sh b/lustre/tests/sanity-dom.sh index 288ea57..f87be08 100644 --- a/lustre/tests/sanity-dom.sh +++ b/lustre/tests/sanity-dom.sh @@ -109,8 +109,10 @@ test_sanity() { # XXX: to fix 45. Add 42a, c when LU-9693 fixed. # Add 42b when LU-6493 fixed + # Enable 39k when LU-10496 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 + 155d 207 241 251" \ + EXCEPT=39k OSC="mdc" DOM="yes" bash sanity.sh } run_test sanity "Run sanity with Data-on-MDT files" -- 1.8.3.1