diff options
author | Sage Weil <sage@inktank.com> | 2013-11-02 07:32:26 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-11-02 07:32:26 +0100 |
commit | a5f2ca0337e0b3c036bf721e3d617535e42b710b (patch) | |
tree | 6608771bd6940a90ff03d49ab9ab0e5e5f565f71 | |
parent | Merge pull request #807 from jdurgin/wip-rbd-map-rw (diff) | |
parent | qa: don't run racy xfstest 008 (diff) | |
download | ceph-a5f2ca0337e0b3c036bf721e3d617535e42b710b.tar.xz ceph-a5f2ca0337e0b3c036bf721e3d617535e42b710b.zip |
Merge pull request #806 from jdurgin/wip-xfstests
Don't run racy xfstest 008
-rw-r--r-- | qa/run_xfstests.sh | 5 | ||||
-rw-r--r-- | qa/run_xfstests_qemu.sh | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/qa/run_xfstests.sh b/qa/run_xfstests.sh index f9c3e55a79d..3f5e2eca9f5 100644 --- a/qa/run_xfstests.sh +++ b/qa/run_xfstests.sh @@ -48,7 +48,7 @@ XFS_MKFS_OPTIONS="-l su=32k" # Override the default test list with a list of tests known to pass # until we can work through getting them all passing reliably. -TESTS="1-9 11-15 17 19-21 26-29 31-34 41 46-48 50-54 56 61 63-67 69-70 74-76" +TESTS="1-7 9 11-15 17 19-21 26-29 31-34 41 46-48 50-54 56 61 63-67 69-70 74-76" TESTS="${TESTS} 78 79 84-89 91-92 100 103 105 108 110 116-121 124 126" TESTS="${TESTS} 129-135 137-141 164-167 182 184 187-190 192 194" TESTS="${TESTS} 196 199 201 203 214-216 220-227 234 236-238 241 243-249" @@ -59,6 +59,9 @@ TESTS="${TESTS} 253 257-259 261 262 269 273 275 277 278 280 285 286" ###### # Some explanation of why tests have been excluded above: # +# Test 008 was pulled because it contained a race condition leading to +# spurious failures. +# # Test 049 was pulled because it caused a kernel fault. # http://tracker.newdream.net/issues/2260 # Test 232 was pulled because it caused an XFS error diff --git a/qa/run_xfstests_qemu.sh b/qa/run_xfstests_qemu.sh index 919e46a4d59..9dcced7edab 100644 --- a/qa/run_xfstests_qemu.sh +++ b/qa/run_xfstests_qemu.sh @@ -7,4 +7,4 @@ chmod +x run_xfstests.sh # tests excluded fail in the current testing vm regardless of whether # rbd is used -./run_xfstests.sh -c 1 -f xfs -t /dev/vdb -s /dev/vdc 1-17 19-26 28-49 51-61 63 66-67 69-79 83 85-105 108-110 112-135 137-170 174-191 193-204 206-217 220-227 230-231 233 235-241 243-249 251-262 264-278 281-286 288-289 +./run_xfstests.sh -c 1 -f xfs -t /dev/vdb -s /dev/vdc 1-7 9-17 19-26 28-49 51-61 63 66-67 69-79 83 85-105 108-110 112-135 137-170 174-191 193-204 206-217 220-227 230-231 233 235-241 243-249 251-262 264-278 281-286 288-289 |