Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
LU-10496 tests: disable 39k for DoM for a while
[fs/lustre-release.git]
/
lustre
/
tests
/
sanity-dom.sh
diff --git
a/lustre/tests/sanity-dom.sh
b/lustre/tests/sanity-dom.sh
index
288ea57
..
f87be08
100644
(file)
--- 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"