From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dae7G-0003xs-7P for qemu-devel@nongnu.org; Thu, 27 Jul 2017 04:25:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dae7D-00052f-Is for qemu-devel@nongnu.org; Thu, 27 Jul 2017 04:25:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48134) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dae7D-00052R-CN for qemu-devel@nongnu.org; Thu, 27 Jul 2017 04:25:51 -0400 From: Markus Armbruster References: <1499952476-3454-1-git-send-email-armbru@redhat.com> <1499952476-3454-7-git-send-email-armbru@redhat.com> <20170717101906.GC5301@noname.redhat.com> <87a842b9yo.fsf@dusky.pond.sub.org> <87bmoauz2s.fsf@dusky.pond.sub.org> <5b194736-15ba-7f62-cc8b-46cf03777644@redhat.com> Date: Thu, 27 Jul 2017 10:25:38 +0200 In-Reply-To: <5b194736-15ba-7f62-cc8b-46cf03777644@redhat.com> (Paolo Bonzini's message of "Mon, 24 Jul 2017 09:30:06 +0200") Message-ID: <87k22uffr1.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL 6/9] Convert error_report() to warn_report() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Kevin Wolf , Peter Maydell , Cornelia Huck , Stefan Hajnoczi , "Michael S. Tsirkin" , Jason Wang , qemu-devel@nongnu.org, Gerd Hoffmann , Rob Herring , Josh Durgin , Alexander Graf , Christian Borntraeger , Marcel Apfelbaum , Richard Henderson , Jeff Cody , Eduardo Habkost , Peter Lieven , Greg Kurz , Alistair Francis , Peter Chubb , Ronnie Sahlberg , David Gibson , Peter Crosthwaite , Marcelo Tosatti , "Richard W.M. Jones" , Max Reitz , "An eesh Kumar K.V" , Igor Mammedov Paolo Bonzini writes: > On 24/07/2017 08:30, Markus Armbruster wrote: [...] >> What's the recommended way to run all iotests a build of QEMU can run? > > I use "path-to-srcdir/tests/check-block.sh". It takes about 20 minutes. > > There are two issues with check-block: > > * tests that require QEMU are skipped (rationale: you might be building > without the x86_64-softmmu target). > > * it only runs the "quick" group, but I think we should reverse the > direction and mark slow tests specifically (that would cut about 10 > minutes out of the 20). > > It's a pity that qemu-iotests doesn't parallelize. Indeed. > Maybe the harness > could be changed to something more standard. Certainly not a "bite-sized task". Could it be a fit for GSOC or Outreachy?