Closed 3onyc closed 10 years ago
That's interesting; what does qemu-img info
report for _test/actualoutput/virtualbox/boxes/mutate-test/0/kvm/box-disk1.img
image: box-disk1.img
file format: qcow2
virtual size: 4.0M (4194304 bytes)
disk size: 196K
cluster_size: 65536
Format specific information:
compat: 1.1
lazy refcounts: false
and qemu-img info
for the expected box-disk1.img
:
file format: qcow2
virtual size: 4.0M (4194304 bytes)
disk size: 148K
cluster_size: 65536
Format specific information:
compat: 0.10
Thanks for that. Probably the default compat has changed from 1.0 to 1.1. I'll fix this by switching the qemu-img
calls to explicitly set compat to 1.1 and updating the expected test output.
~$ test/test.rb
...
ALL TESTS PASSED
Thanks!
qemu-img version: 2.1.0
Running the test suite I get
Both failed tests produce the same diff: