Problem with iotest 233

2025-02-24 Thread Thomas Huth
Hi! I'm facing a weird hang in iotest 233 on my Fedora 41 laptop. When running ./check -raw 233 the test simply hangs. Looking at the log, the last message is "== check plain client to TLS server fails ==". I added some debug messages, and it seems like the previous NBD server is not corr

[PATCH] iotests: Stop NBD server in test 162 before starting the next one

2025-02-24 Thread Thomas Huth
Test 162 recently started failing for me for no obvious reasons (I did not spot any suspicious commits in this area), but looking in the 162.out.bad log file, there was a suspicious message at the end: qemu-nbd: Cannot lock pid file: Resource temporarily unavailable And indeed, the test starts t

[PATCH] iotests: Limit qsd-migrate to working formats

2025-02-24 Thread Thomas Huth
qsd-migrate is currently only working for raw, qcow2 and qed. Other formats are failing, e.g. because they don't support migration. Thus let's limit this test to the three usable formats now. Suggested-by: Kevin Wolf Signed-off-by: Thomas Huth --- tests/qemu-iotests/tests/qsd-migrate | 2 +- 1

Re: [PATCH v3 15/16] iotests: Add qsd-migrate case

2025-02-24 Thread Thomas Huth
On 04/02/2025 22.14, Kevin Wolf wrote: Test that it's possible to migrate a VM that uses an image on shared storage through qemu-storage-daemon. Signed-off-by: Kevin Wolf Acked-by: Fabiano Rosas Reviewed-by: Eric Blake --- tests/qemu-iotests/tests/qsd-migrate | 140 +

Re: [PATCH v3 15/16] iotests: Add qsd-migrate case

2025-02-24 Thread Kevin Wolf
Am 24.02.2025 um 11:23 hat Thomas Huth geschrieben: > On 04/02/2025 22.14, Kevin Wolf wrote: > > Test that it's possible to migrate a VM that uses an image on shared > > storage through qemu-storage-daemon. > > > > Signed-off-by: Kevin Wolf > > Acked-by: Fabiano Rosas > > Reviewed-by: Eric Blake