From 7ff17ff03d5180b78d3a66a9ab4cc75e16cb9ca5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 25 Nov 2012 14:42:56 -0800 Subject: [PATCH] xfstests: remove 179 and 182 from parallel test 2012-11-25T11:34:51.177 INFO:teuthology.task.rbd.client.2.out:179 [failed, exit status 1] - output mismatch (see 179.out.bad) 2012-11-25T11:34:51.181 INFO:teuthology.task.rbd.client.2.out:--- 179.out 2012-11-25 10:44:54.273586464 -0800 2012-11-25T11:34:51.181 INFO:teuthology.task.rbd.client.2.out:+++ 179.out.bad 2012-11-25 11:34:41.360151613 -0800 2012-11-25T11:34:51.181 INFO:teuthology.task.rbd.client.2.out:@@ -1 +1,5 @@ 2012-11-25T11:34:51.181 INFO:teuthology.task.rbd.client.2.out: QA output created by 179 2012-11-25T11:34:51.182 INFO:teuthology.task.rbd.client.2.out:+umount: /tmp/cephtest/scratch_mnt.WNYZwsbUfT: device is busy. 2012-11-25T11:34:51.182 INFO:teuthology.task.rbd.client.2.out:+ (In some cases useful info about processes that use 2012-11-25T11:34:51.182 INFO:teuthology.task.rbd.client.2.out:+ the device is found by lsof(8) or fuser(1)) 2012-11-25T11:34:51.182 INFO:teuthology.task.rbd.client.2.out:+failed to unmount /dev/rbd2 2012-11-25T11:34:52.587 INFO:teuthology.task.rbd.client.2.out:182 [failed, exit status 1] - output mismatch (see 182.out.bad) 2012-11-25T11:34:52.591 INFO:teuthology.task.rbd.client.2.out:--- 182.out 2012-11-25 10:44:54.293587298 -0800 2012-11-25T11:34:52.591 INFO:teuthology.task.rbd.client.2.out:+++ 182.out.bad 2012-11-25 11:34:42.770180618 -0800 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out:@@ -1 +1,5 @@ 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out: QA output created by 182 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out:+umount: /tmp/cephtest/scratch_mnt.WNYZwsbUfT: device is busy. 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out:+ (In some cases useful info about processes that use 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out:+ the device is found by lsof(8) or fuser(1)) 2012-11-25T11:34:52.592 INFO:teuthology.task.rbd.client.2.out:+failed to unmount /dev/rbd2 --- suites/kernel/singleton/tasks/rbd_xfstests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suites/kernel/singleton/tasks/rbd_xfstests.yaml b/suites/kernel/singleton/tasks/rbd_xfstests.yaml index 4323595321180..5aa25dd81f0cf 100644 --- a/suites/kernel/singleton/tasks/rbd_xfstests.yaml +++ b/suites/kernel/singleton/tasks/rbd_xfstests.yaml @@ -16,6 +16,6 @@ tasks: test_image: 'test_image-1' scratch_image: 'scratch_image-1' client.2: - tests: 133-135 137-141 164-167 179 182-184 186-190 192 194 196 199 201 203 214-216 220-227 234 236-238 241 243-249 253 257-259 261-262 269 273 275 277-278 + tests: 133-135 137-141 164-167 183-184 186-190 192 194 196 199 201 203 214-216 220-227 234 236-238 241 243-249 253 257-259 261-262 269 273 275 277-278 test_image: 'test_image-2' scratch_image: 'scratch_image-2' -- 2.39.5