mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
iotests: Add test for the regression fixed in c8bf9a9169
Signed-off-by: Alberto Garcia <berto@igalia.com> Suggested-by: Maxim Levitsky <mlevitsk@redhat.com> Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com> Message-Id: <20210112170540.2912-1-berto@igalia.com> [mreitz: Add "# group:" line] Signed-off-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
797e3e3805
commit
0f46147e10
3 changed files with 134 additions and 0 deletions
29
tests/qemu-iotests/313.out
Normal file
29
tests/qemu-iotests/313.out
Normal file
|
@ -0,0 +1,29 @@
|
|||
QA output created by 313
|
||||
|
||||
### Create the image
|
||||
|
||||
Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=SIZE
|
||||
|
||||
### Write data to allocate more refcount blocks than the cache can hold
|
||||
|
||||
wrote 8347648/8347648 bytes at offset 0
|
||||
7.961 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
|
||||
### Create an overlay
|
||||
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT
|
||||
|
||||
### Fill the overlay with zeroes
|
||||
|
||||
wrote 8347648/8347648 bytes at offset 0
|
||||
7.961 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
|
||||
### Commit changes to the base image
|
||||
|
||||
Image committed.
|
||||
|
||||
### Check the base image
|
||||
|
||||
No errors were found on the image.
|
||||
Image end offset: 8396800
|
||||
*** done
|
Loading…
Add table
Add a link
Reference in a new issue