iotests: fix some whitespaces in test output files
We are going to be stricter about comparing test result with .out files. So, fix some whitespaces now. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20210116134424.82867-4-vsementsov@virtuozzo.com> Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
fb07b5c7f2
commit
f93e19fb03
@ -23,4 +23,4 @@ size=4096, min allocation
|
||||
== resize empty image with block_resize ==
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
|
||||
size=1048576, min allocation
|
||||
*** done
|
||||
*** done
|
||||
|
@ -500,7 +500,7 @@ L2 entry #0: 0x8000000000050001 0000000000000001
|
||||
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
|
||||
L2 entry #1: 0x8000000000060000 00000001ffffffff
|
||||
qcow2: Marking image as corrupt: Invalid cluster entry found (L2 offset: 0x40000, L2 index: 0x1); further corruption events will be suppressed
|
||||
qcow2: Marking image as corrupt: Invalid cluster entry found (L2 offset: 0x40000, L2 index: 0x1); further corruption events will be suppressed
|
||||
write failed: Input/output error
|
||||
|
||||
### Corrupted L2 entries - write test (unallocated) ###
|
||||
@ -515,14 +515,14 @@ L2 entry #0: 0x8000000000060000 0000000000000001
|
||||
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
|
||||
L2 entry #0: 0x0000000000000000 0000000000000001
|
||||
qcow2: Marking image as corrupt: Invalid cluster entry found (L2 offset: 0x40000, L2 index: 0); further corruption events will be suppressed
|
||||
qcow2: Marking image as corrupt: Invalid cluster entry found (L2 offset: 0x40000, L2 index: 0); further corruption events will be suppressed
|
||||
write failed: Input/output error
|
||||
|
||||
# Both 'subcluster is zero' and 'subcluster is allocated' bits set
|
||||
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
|
||||
L2 entry #1: 0x0000000000000000 0000000100000001
|
||||
qcow2: Marking image as corrupt: Invalid cluster entry found (L2 offset: 0x40000, L2 index: 0x1); further corruption events will be suppressed
|
||||
qcow2: Marking image as corrupt: Invalid cluster entry found (L2 offset: 0x40000, L2 index: 0x1); further corruption events will be suppressed
|
||||
write failed: Input/output error
|
||||
|
||||
### Compressed cluster with subcluster bitmap != 0 - write test ###
|
||||
@ -583,7 +583,7 @@ read 524288/524288 bytes at offset 0
|
||||
read 524288/524288 bytes at offset 524288
|
||||
512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
Offset Length Mapped to File
|
||||
0 0x80000 0 TEST_DIR/t.qcow2.base
|
||||
0 0x80000 0 TEST_DIR/t.qcow2.base
|
||||
# backing file and preallocation=falloc
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=524288 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw preallocation=falloc
|
||||
Image resized.
|
||||
@ -592,7 +592,7 @@ read 524288/524288 bytes at offset 0
|
||||
read 524288/524288 bytes at offset 524288
|
||||
512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
Offset Length Mapped to File
|
||||
0 0x80000 0 TEST_DIR/t.qcow2.base
|
||||
0 0x80000 0 TEST_DIR/t.qcow2.base
|
||||
# backing file and preallocation=full
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=524288 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw preallocation=full
|
||||
Image resized.
|
||||
@ -601,7 +601,7 @@ read 524288/524288 bytes at offset 0
|
||||
read 524288/524288 bytes at offset 524288
|
||||
512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||
Offset Length Mapped to File
|
||||
0 0x80000 0 TEST_DIR/t.qcow2.base
|
||||
0 0x80000 0 TEST_DIR/t.qcow2.base
|
||||
|
||||
### Image resizing with preallocation and backing files ###
|
||||
|
||||
|
@ -10,22 +10,22 @@ incompatible_features []
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
||||
incompatible_features [3]
|
||||
|
||||
=== Testing zlib with incompatible bit set ===
|
||||
=== Testing zlib with incompatible bit set ===
|
||||
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
||||
incompatible_features [3]
|
||||
|
||||
=== Testing zstd with incompatible bit unset ===
|
||||
=== Testing zstd with incompatible bit unset ===
|
||||
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
||||
incompatible_features []
|
||||
|
||||
=== Testing compression type values ===
|
||||
=== Testing compression type values ===
|
||||
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
||||
0
|
||||
0
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
||||
1
|
||||
1
|
||||
|
||||
=== Testing simple reading and writing with zstd ===
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user