508ceb61e3
Update to v3.0.0 version OBS-URL: https://build.opensuse.org/request/show/630954 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=424
47 lines
1.2 KiB
Diff
47 lines
1.2 KiB
Diff
From cf1f31580527f27ea02bce3df8ff6fed88613d21 Mon Sep 17 00:00:00 2001
|
|
From: Bruce Rogers <brogers@suse.com>
|
|
Date: Fri, 6 Apr 2018 13:33:31 -0600
|
|
Subject: [PATCH] qemu-io tests: comment out problematic block io tests issues
|
|
|
|
The following issue is seen:
|
|
130 - timeout resulting from failed to get shared "write" lock
|
|
153 - error resulting from failed to get "write" lock
|
|
162 - sometimes we see different error code / message
|
|
|
|
Signed-off-by: Bruce Rogers <brogers@suse.com>
|
|
---
|
|
tests/qemu-iotests/group | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group
|
|
index b973dc842d..f64d962a99 100644
|
|
--- a/tests/qemu-iotests/group
|
|
+++ b/tests/qemu-iotests/group
|
|
@@ -136,7 +136,7 @@
|
|
127 rw auto backing quick
|
|
128 rw auto quick
|
|
129 rw auto quick
|
|
-130 rw auto quick
|
|
+#ISSUES 130 rw auto quick
|
|
131 rw auto quick
|
|
132 rw auto quick
|
|
133 auto quick
|
|
@@ -159,7 +159,7 @@
|
|
150 rw auto quick
|
|
151 rw auto
|
|
152 rw auto quick
|
|
-153 rw auto quick
|
|
+#ISSUES 153 rw auto quick
|
|
154 rw auto backing quick
|
|
155 rw auto
|
|
156 rw auto quick
|
|
@@ -167,7 +167,7 @@
|
|
158 rw auto quick
|
|
159 rw auto quick
|
|
160 rw auto quick
|
|
-162 auto quick
|
|
+#ISSUES 162 auto quick
|
|
163 rw auto
|
|
165 rw auto quick
|
|
169 rw auto quick migration
|