From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKgys-0004X7-Ca for qemu-devel@nongnu.org; Fri, 22 Aug 2014 01:01:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKgym-0000sE-8b for qemu-devel@nongnu.org; Fri, 22 Aug 2014 01:01:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKgym-0000sA-0l for qemu-devel@nongnu.org; Fri, 22 Aug 2014 01:01:36 -0400 Date: Fri, 22 Aug 2014 13:01:43 +0800 From: Fam Zheng Message-ID: <20140822050143.GG3410@T430.redhat.com> References: <87oave58q3.fsf@blackfin.pond.sub.org> <53F5EB87.2020004@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] What tests should "make check-block" run? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Kevin Wolf , Paolo Bonzini , Markus Armbruster , Stefan Hajnoczi , "qemu-devel@nongnu.org Developers" On Thu, 08/21 23:00, Peter Crosthwaite wrote: > On Thu, Aug 21, 2014 at 10:52 PM, Paolo Bonzini wrote: > > Il 21/08/2014 14:27, Markus Armbruster ha scritto: > >> Current "make check-block" runs tests/qemu-iotests-quick.sh, which tests > >> format qcow2, protocol file, group quick with cache=none. Runs 55 tests > >> and takes about 2 minutes for me on a not particularly fast test box > >> (spinning rust). > > > > Perhaps "make check" should run these quick tests, while "make > > check-block" should run a bigger testsuite. > > > > Is there a make check-foo target to test absolutely everything > possible? Sometimes when you have far-reaching changes it might be > good to run an everything test case as an overnighter rather than > having to think hard about which test suites are relevant to you. > I second that. It will be nice to have a make check-full. Fam