Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 039 @ 91d4093d

History | View | Annotate | Download (3.4 kB)

# Date Author Comment
166f3c7b 08/10/2012 11:25 am Stefan Hajnoczi

qemu-iotests: skip 039 with ./check -nocache

When the qemu-io --nocache option is used the 039 test case cannot abort
QEMU at a point where the image is dirty. Skip the test case.

Signed-off-by: Stefan Hajnoczi <>
Signed-off-by: Kevin Wolf <>

dc68afe0 08/06/2012 11:39 pm Stefan Hajnoczi

qemu-iotests: add 039 qcow2 lazy refcounts test

This tests establishes the basic post-conditions of the qcow2 lazy
refcounts features:

1. If the image was closed normally, it is marked clean.
2. If an allocating write was performed and the image was not closed...