From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDrHh-0003Zx-KD for qemu-devel@nongnu.org; Thu, 13 Feb 2014 03:04:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDrHb-0000KU-KL for qemu-devel@nongnu.org; Thu, 13 Feb 2014 03:04:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDrHb-0000KO-C7 for qemu-devel@nongnu.org; Thu, 13 Feb 2014 03:04:31 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1D84Uow016940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 13 Feb 2014 03:04:30 -0500 Date: Thu, 13 Feb 2014 09:04:28 +0100 From: Kevin Wolf Message-ID: <20140213080428.GB32343@dhcp-200-207.str.redhat.com> References: <1392257131-10726-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1392257131-10726-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Don't run 005 on vmdk split formats List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 13.02.2014 um 03:05 hat Fam Zheng geschrieben: > There would be too many extents that VMDK driver can't open all of them: > > 005 0s ... - output mismatch (see 005.out.bad) > --- 005.out 2013-12-24 09:27:27.608181030 +0800 > +++ 005.out.bad 2014-02-13 10:00:15.282184557 +0800 > @@ -4,10 +4,10 @@ > Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=5368709120000 > > small read > -read 4096/4096 bytes at offset 1024 > -4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) > +qemu-io: can't open device /tmp/qemu-iotests/t.vmdk: Could not open '/tmp/qemu-iotests/t-s1016.vmdk': Too many open files > +no file open, try 'help open' > > small write > -wrote 4096/4096 bytes at offset 8192 > -4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) > +qemu-io: can't open device /tmp/qemu-iotests/t.vmdk: Could not open '/tmp/qemu-iotests/t-s1016.vmdk': Too many open files > +no file open, try 'help open' > *** done > > So disable the two subformats. > > Signed-off-by: Fam Zheng Reviewed-by: Kevin Wolf