40 lines
1.5 KiB
Diff
40 lines
1.5 KiB
Diff
From 727fb4bf3409e170fbab697981f5f57b6ee2f93b Mon Sep 17 00:00:00 2001
|
|
From: Fiona Ebner <f.ebner@proxmox.com>
|
|
Date: Fri, 30 May 2025 17:10:57 +0200
|
|
Subject: [PATCH 32/33] iotests/graph-changes-while-io: remove image file after
|
|
test
|
|
|
|
RH-Author: Kevin Wolf <kwolf@redhat.com>
|
|
RH-MergeRequest: 393: block: do not drain while holding the graph lock
|
|
RH-Jira: RHEL-88561
|
|
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
RH-Acked-by: Hanna Czenczek <hreitz@redhat.com>
|
|
RH-Commit: [20/21] b7c8fe57ca9058829b6c959ca2305420261d99f5 (kmwolf/centos-qemu-kvm)
|
|
|
|
Suggested-by: Kevin Wolf <kwolf@redhat.com>
|
|
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
|
|
Message-ID: <20250530151125.955508-21-f.ebner@proxmox.com>
|
|
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
|
|
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
|
(cherry picked from commit ed8c62927e8facebb1e41b417daee3109e398712)
|
|
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
|
---
|
|
tests/qemu-iotests/tests/graph-changes-while-io | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/tests/qemu-iotests/tests/graph-changes-while-io b/tests/qemu-iotests/tests/graph-changes-while-io
|
|
index 194fda500e..35489e3b5e 100755
|
|
--- a/tests/qemu-iotests/tests/graph-changes-while-io
|
|
+++ b/tests/qemu-iotests/tests/graph-changes-while-io
|
|
@@ -57,6 +57,7 @@ class TestGraphChangesWhileIO(QMPTestCase):
|
|
|
|
def tearDown(self) -> None:
|
|
self.qsd.stop()
|
|
+ os.remove(top)
|
|
|
|
def test_blockdev_add_while_io(self) -> None:
|
|
# Run qemu-img bench in the background
|
|
--
|
|
2.39.3
|
|
|