From 996fc2575ef988e6b20fda9ca771b2f6f141cbd3 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Wed, 7 Dec 2016 09:59:39 -0500 Subject: [PATCH] qa/workunits/rbd: removed qemu-iotest case 077 The test case is not stable due to racing console output. This results in spurious failures. Fixes: http://tracker.ceph.com/issues/10773 Signed-off-by: Jason Dillaman (cherry picked from commit 2c70df978d605a45ff81971b86f5afbefbdaabb6) --- qa/workunits/rbd/qemu-iotests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index 3d723941f2828..8697856d85459 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -8,7 +8,7 @@ # This will only work with particular qemu versions, like 1.0. Later # versions of qemu include qemu-iotests directly in the qemu # repository. -testlist='001 002 003 004 005 008 009 010 011 021 025 032 033 055 077' +testlist='001 002 003 004 005 008 009 010 011 021 025 032 033 055' git clone https://github.com/qemu/qemu.git # use v2.2.0-rc3 (last released version that handles all the tests -- 2.39.5