]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: don't run racy xfstest 008 806/head
authorJosh Durgin <josh.durgin@inktank.com>
Sat, 2 Nov 2013 01:41:02 +0000 (18:41 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Sat, 2 Nov 2013 01:43:36 +0000 (18:43 -0700)
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 <josh.durgin@inktank.com>
qa/run_xfstests.sh
qa/run_xfstests_qemu.sh

index f9c3e55a79d60626f784c8c7412bcf0bb1fecdf8..3f5e2eca9f5078757f9ff2e2a68967efca2961f2 100644 (file)
@@ -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-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
index 919e46a4d59fc83b0ab2d80335d38c86dbaf56f1..9dcced7edab38359f07d8fb9ff531d851880738d 100644 (file)
@@ -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