diff options
author | Denis V. Lunev <den@openvz.org> | 2023-09-18 20:00:51 +0200 |
---|---|---|
committer | Denis V. Lunev <den@openvz.org> | 2023-09-21 08:47:45 +0200 |
commit | e6d3486d9a4020a65f831ea413a3cd3323fa0abd (patch) | |
tree | 2595df6c4d7400f3ade688adb76a3cf9f37cceb3 /linux-user/elfload.c | |
parent | e185100fec3819dd51403c0abcdc899341cc67c1 (diff) | |
download | qemu-e6d3486d9a4020a65f831ea413a3cd3323fa0abd.zip qemu-e6d3486d9a4020a65f831ea413a3cd3323fa0abd.tar.gz qemu-e6d3486d9a4020a65f831ea413a3cd3323fa0abd.tar.bz2 |
tests: fix broken deduplication check in parallels format test
Original check is broken as supposed reading from 2 different clusters
results in read from the same file offset twice. This is definitely
wrong.
We should be sure that
* the content of both clusters is correct after repair
* clusters are at the different offsets after repair
In order to check the latter we write some content into the first one
and validate that fact.
Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Alexander Ivanov <alexander.ivanov@virtuozzo.com>
Diffstat (limited to 'linux-user/elfload.c')
0 files changed, 0 insertions, 0 deletions