All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iotests/059: Fix reference output
@ 2020-08-11  8:41 Max Reitz
  2020-08-11 13:10 ` Eric Blake
  0 siblings, 1 reply; 2+ messages in thread
From: Max Reitz @ 2020-08-11  8:41 UTC (permalink / raw)
  To: qemu-block; +Cc: Kevin Wolf, qemu-devel, Max Reitz

As of the patch to flush qemu-img's "Formatting" message before the
error message, 059 has been broken for vmdk.  Fix it.

Fixes: 4e2f4418784da09cb106264340241856cd2846df
       ("qemu-img: Flush stdout before before potential stderr messages")
Signed-off-by: Max Reitz <mreitz@redhat.com>
---
 tests/qemu-iotests/059.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out
index 6d127e28d8..2b83c0c8b6 100644
--- a/tests/qemu-iotests/059.out
+++ b/tests/qemu-iotests/059.out
@@ -19,8 +19,8 @@ file format: IMGFMT
 virtual size: 2 GiB (2147483648 bytes)
 
 === Testing monolithicFlat with zeroed_grain ===
-qemu-img: TEST_DIR/t.IMGFMT: Flat image can't enable zeroed grain
 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
+qemu-img: TEST_DIR/t.IMGFMT: Flat image can't enable zeroed grain
 
 === Testing big twoGbMaxExtentFlat ===
 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824000
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iotests/059: Fix reference output
  2020-08-11  8:41 [PATCH] iotests/059: Fix reference output Max Reitz
@ 2020-08-11 13:10 ` Eric Blake
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Blake @ 2020-08-11 13:10 UTC (permalink / raw)
  To: Max Reitz, qemu-block; +Cc: Kevin Wolf, qemu-devel

On 8/11/20 3:41 AM, Max Reitz wrote:
> As of the patch to flush qemu-img's "Formatting" message before the
> error message, 059 has been broken for vmdk.  Fix it.
> 
> Fixes: 4e2f4418784da09cb106264340241856cd2846df
>         ("qemu-img: Flush stdout before before potential stderr messages")
> Signed-off-by: Max Reitz <mreitz@redhat.com>
> ---
>   tests/qemu-iotests/059.out | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out
> index 6d127e28d8..2b83c0c8b6 100644
> --- a/tests/qemu-iotests/059.out
> +++ b/tests/qemu-iotests/059.out
> @@ -19,8 +19,8 @@ file format: IMGFMT
>   virtual size: 2 GiB (2147483648 bytes)
>   
>   === Testing monolithicFlat with zeroed_grain ===
> -qemu-img: TEST_DIR/t.IMGFMT: Flat image can't enable zeroed grain
>   Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
> +qemu-img: TEST_DIR/t.IMGFMT: Flat image can't enable zeroed grain
>   
>   === Testing big twoGbMaxExtentFlat ===
>   Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824000
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-11 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-11  8:41 [PATCH] iotests/059: Fix reference output Max Reitz
2020-08-11 13:10 ` Eric Blake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.