[PATCH v2] iotest: Unbreak 302 with python 3.13

2025-02-28 Thread Nir Soffer
This test depends on TarFile.addfile() to add tar member header without writing the member data, which we write ourself using qemu-nbd. Python 3.13 changed the function in a backward incompatible way[1] to require a file object for tarinfo with non-zero size, breaking the test: -[{"name": "vm

Re: [PATCH v2] iotest: Unbreak 302 with python 3.13

2025-02-28 Thread Eric Blake
On Fri, Feb 28, 2025 at 09:57:08PM +0200, Nir Soffer wrote: > This test depends on TarFile.addfile() to add tar member header without > writing the member data, which we write ourself using qemu-nbd. Python > 3.13 changed the function in a backward incompatible way[1] to require a > file object for

Re: [PATCH 2/2] tests/qtest/ufs-test: Add test code for the temperature feature

2025-02-28 Thread Fabiano Rosas
Keoseong Park writes: > This commit adds tests to verify the correctness of query attribute > results related to the temperature feature. It ensures that querying > temperature attributes returns expected values. > > Signed-off-by: Keoseong Park Acked-by: Fabiano Rosas