3977e7cae6
Follow up on ideas prompted by last change: clean up the patches generated by git workflow. There is no value to the first line (mbox From line), or [PATCH] on subject line. Get rid of those. Other minor fixes and improvements to update_git.sh OBS-URL: https://build.opensuse.org/request/show/662931 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=443
50 lines
1.3 KiB
Diff
50 lines
1.3 KiB
Diff
From: Bruce Rogers <brogers@suse.com>
|
|
Date: Fri, 6 Apr 2018 13:33:31 -0600
|
|
Subject: qemu-io tests: comment out problematic block io tests issues
|
|
|
|
The following issues are seen:
|
|
153 - error resulting from failed to get "write" lock
|
|
162 - sometimes we see different error code / message
|
|
229 - we get periodic failures on ARM and POWER, not sure why
|
|
235 - test explicitly requires KVM as part of the test
|
|
|
|
Signed-off-by: Bruce Rogers <brogers@suse.com>
|
|
---
|
|
tests/qemu-iotests/group | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group
|
|
index 61a6d98ebd..85b2bf75a8 100644
|
|
--- a/tests/qemu-iotests/group
|
|
+++ b/tests/qemu-iotests/group
|
|
@@ -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
|
|
@@ -168,7 +168,7 @@
|
|
159 rw auto quick
|
|
160 rw auto quick
|
|
161 rw auto quick
|
|
-162 auto quick
|
|
+#ISSUES 162 auto quick
|
|
163 rw auto
|
|
165 rw auto quick
|
|
169 rw auto quick migration
|
|
@@ -227,9 +227,9 @@
|
|
225 rw auto quick
|
|
226 auto quick
|
|
227 auto quick
|
|
-229 auto quick
|
|
+#ISSUES on ARM and POWER, we somtimes see failure, not sure why 229 auto quick
|
|
231 auto quick
|
|
232 auto quick
|
|
233 auto quick
|
|
234 auto quick migration
|
|
-235 auto quick
|
|
+#ISSUES - requires KVM 235 auto quick
|