[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 4/4] iotests: Add test for the JSON protocol
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH v3 4/4] iotests: Add test for the JSON protocol |
Date: |
Mon, 19 May 2014 16:25:12 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 08.05.2014 um 20:12 hat Max Reitz geschrieben:
> Add a test for the JSON protocol driver.
>
> Signed-off-by: Max Reitz <address@hidden>
This will need a follow-up fix. On one test machine, I get failures like
this (not sure why the size differs there):
--- 089.out 2014-05-19 01:28:00.715230617 -0400
+++ 089.out.bad 2014-05-19 02:43:07.417417728 -0400
@@ -31,7 +31,7 @@
image: TEST_DIR/t.IMGFMT
file format: IMGFMT
virtual size: 64M (67108864 bytes)
-disk size: 324K
+disk size: 328K
cluster_size: 65536
Format specific information:
compat: 1.1
- [Qemu-devel] [PATCH v3 0/4] block: Allow JSON filenames, Max Reitz, 2014/05/08
- [Qemu-devel] [PATCH v3 1/4] qdict: Add qdict_join(), Max Reitz, 2014/05/08
- [Qemu-devel] [PATCH v3 3/4] block: Allow JSON filenames, Max Reitz, 2014/05/08
- [Qemu-devel] [PATCH v3 2/4] check-qdict: Add test for qdict_join(), Max Reitz, 2014/05/08
- [Qemu-devel] [PATCH v3 4/4] iotests: Add test for the JSON protocol, Max Reitz, 2014/05/08
- Re: [Qemu-devel] [PATCH v3 0/4] block: Allow JSON filenames, Kevin Wolf, 2014/05/14