| 1 | QA output created by 314 |
| 2 | |
| 3 | === Testing compressed rebase format compatibility === |
| 4 | |
| 5 | Formatting 'TEST_DIR/t.IMGFMT', fmt=raw size=50331648 |
| 6 | qemu-img: Compression not supported for this file format |
| 7 | |
| 8 | === Testing rebase with compression onto no backing file === |
| 9 | |
| 10 | Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=50331648 |
| 11 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=50331648 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT |
| 12 | wrote 25165824/25165824 bytes at offset 0 |
| 13 | 24 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 14 | wrote 25165824/25165824 bytes at offset 25165824 |
| 15 | 24 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 16 | read 25165824/25165824 bytes at offset 0 |
| 17 | 24 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 18 | read 25165824/25165824 bytes at offset 25165824 |
| 19 | 24 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 20 | No errors were found on the image. |
| 21 | 768/768 = 100.00% allocated, 100.00% fragmented, 100.00% compressed clusters |
| 22 | Image end offset: 458752 |
| 23 | |
| 24 | === Testing rebase with compression with raw backing file === |
| 25 | |
| 26 | Formatting 'TEST_DIR/t.IMGFMT.base', fmt=raw size=25165824 |
| 27 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=50331648 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw |
| 28 | wrote 25165824/25165824 bytes at offset 0 |
| 29 | 24 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 30 | wrote 25165824/25165824 bytes at offset 25165824 |
| 31 | 24 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 32 | read 25165824/25165824 bytes at offset 0 |
| 33 | 24 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 34 | read 25165824/25165824 bytes at offset 25165824 |
| 35 | 24 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 36 | No errors were found on the image. |
| 37 | 768/768 = 100.00% allocated, 100.00% fragmented, 100.00% compressed clusters |
| 38 | Image end offset: 458752 |
| 39 | |
| 40 | === Testing compressed rebase removing single delta from the chain === |
| 41 | |
| 42 | Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=50331648 |
| 43 | Formatting 'TEST_DIR/t.IMGFMT.itmd', fmt=IMGFMT size=50331648 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT |
| 44 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=50331648 backing_file=TEST_DIR/t.IMGFMT.itmd backing_fmt=IMGFMT |
| 45 | wrote 16777216/16777216 bytes at offset 0 |
| 46 | 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 47 | wrote 16777216/16777216 bytes at offset 16777216 |
| 48 | 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 49 | wrote 16777216/16777216 bytes at offset 33554432 |
| 50 | 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 51 | read 16777216/16777216 bytes at offset 0 |
| 52 | 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 53 | read 16777216/16777216 bytes at offset 16777216 |
| 54 | 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 55 | read 16777216/16777216 bytes at offset 33554432 |
| 56 | 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 57 | No errors were found on the image. |
| 58 | 512/768 = 66.67% allocated, 100.00% fragmented, 100.00% compressed clusters |
| 59 | Image end offset: 458752 |
| 60 | |
| 61 | === Testing compressed rebase with unaligned unmerged data === |
| 62 | |
| 63 | Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=65536 |
| 64 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=65536 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT |
| 65 | wrote 32767/32767 bytes at offset 0 |
| 66 | 31.999 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 67 | read 32767/32767 bytes at offset 0 |
| 68 | 31.999 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 69 | read 32769/32769 bytes at offset 32767 |
| 70 | 32.001 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) |
| 71 | No errors were found on the image. |
| 72 | 1/1 = 100.00% allocated, 100.00% fragmented, 100.00% compressed clusters |
| 73 | Image end offset: 393216 |
| 74 | |
| 75 | *** done |