From cf9bb79ebc5998c35a208ed011b64f9d4a62e7f3 Mon Sep 17 00:00:00 2001 From: Mikhail Pershin Date: Wed, 2 Oct 2019 08:26:18 +0300 Subject: [PATCH] LU-10496 tests: enable 39k for DoM Test was disabled temporary, enable it back as all needed fixes are landed. This reverts commit 68dd8a8acff9ad2295a1fcba318fc8ed5f140026. Test-Parameters: trivial testlist=sanity-dom,sanity-dom,sanity-dom Test-Parameters: fstype=zfs testlist=sanity-dom,sanity-dom,sanity-dom Test-Parameters: fstype=zfs testlist=sanity-dom,sanity-dom,sanity-dom Test-Parameters: fstype=zfs testlist=sanity-dom,sanity-dom,sanity-dom Signed-off-by: Mikhail Pershin Change-Id: Ib230d2849450bb4642ae8a286a84e501e0dafde1 Reviewed-on: https://review.whamcloud.com/36352 Tested-by: jenkins Reviewed-by: James Nunez Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/sanity-dom.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lustre/tests/sanity-dom.sh b/lustre/tests/sanity-dom.sh index 32373c5..f26ced7 100644 --- a/lustre/tests/sanity-dom.sh +++ b/lustre/tests/sanity-dom.sh @@ -168,10 +168,8 @@ 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" \ - EXCEPT=39k OSC="mdc" DOM="yes" bash sanity.sh + 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