Am 09.02.2021 um 19:19 hat Max Reitz geschrieben:
> Commit 69b55e03f has changed an error message, adjust the reference
> output to account for it.
>
> Fixes: 69b55e03f7e65a36eb954d0b7d4698b258df2708
> ("block: refactor bdrv_check_request: add errp")
> Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
> diff --git a/tests/qemu-iotests/210.out b/tests/qemu-iotests/210.out
> index dc1a3c9786..2e9fc596eb 100644
> --- a/tests/qemu-iotests/210.out
> +++ b/tests/qemu-iotests/210.out
> @@ -182,7 +182,7 @@ Job failed: The requested file size is too large
> === Resize image with invalid sizes ===
>
> {"execute": "block_resize", "arguments": {"node-name": "node1", "size":
> 9223372036854775296}}
> -{"error": {"class": "GenericError", "desc": "Required too big image size, it
> must be not greater than 9223372035781033984"}}
> +{"error": {"class": "GenericError", "desc": "offset(9223372036854775296)
> exceeds maximum(9223372035781033984)"}}
This doesn't exactly feel like an improved error message...
Kevin