From: Josh Durgin Date: Sat, 2 Nov 2013 01:41:02 +0000 (-0700) Subject: qa: don't run racy xfstest 008 X-Git-Tag: v0.72~17^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F806%2Fhead;p=ceph.git qa: don't run racy xfstest 008 This test attempts to generate a random number of holes within a particular range, but may fail because hole placement is random. Signed-off-by: Josh Durgin --- diff --git a/qa/run_xfstests.sh b/qa/run_xfstests.sh index f9c3e55a79d6..3f5e2eca9f50 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 919e46a4d59f..9dcced7edab3 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