Whamcloud - gitweb
LU-10497 tests: remove tests from sanity-dom 04/31004/2
authorJames Nunez <james.a.nunez@intel.com>
Wed, 24 Jan 2018 20:47:09 +0000 (13:47 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 6 Feb 2018 04:28:54 +0000 (04:28 +0000)
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 <james.a.nunez@intel.com>
Change-Id: I2c99f44bcae845fd5f9fb0a17bb09a2b4b254ec9
Reviewed-on: https://review.whamcloud.com/31004
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
lustre/tests/sanity-dom.sh

index 4cdb37e..066a759 100644 (file)
@@ -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"