Re: [PATCH v3 5/5] block: add test non-active commit with zeroed data

2024-10-02 Thread Vladimir Sementsov-Ogievskiy
On 01.09.24 17:24, Vincent Vanlaer wrote: Signed-off-by: Vincent Vanlaer --- tests/qemu-iotests/315 | 95 ++ tests/qemu-iotests/315.out | 54 ++ Please place new tests in tests/qemu-iotests/tests, with human readable name, somethin

[PATCH v3 5/5] block: add test non-active commit with zeroed data

2024-09-01 Thread Vincent Vanlaer
Signed-off-by: Vincent Vanlaer --- tests/qemu-iotests/315 | 95 ++ tests/qemu-iotests/315.out | 54 ++ 2 files changed, 149 insertions(+) create mode 100755 tests/qemu-iotests/315 create mode 100644 tests/qemu-iotests/315.out diff --g