From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKRr0-0002Vs-Ne for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:52:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKRqt-0007sc-TY for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:52:34 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:50645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKRqt-0007sY-MP for qemu-devel@nongnu.org; Thu, 21 Aug 2014 08:52:27 -0400 Received: by mail-wg0-f51.google.com with SMTP id b13so9089617wgh.10 for ; Thu, 21 Aug 2014 05:52:26 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53F5EB87.2020004@redhat.com> Date: Thu, 21 Aug 2014 14:52:23 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <87oave58q3.fsf@blackfin.pond.sub.org> In-Reply-To: <87oave58q3.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] What tests should "make check-block" run? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi 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. The caveat about cache=none applies; perhaps tests/qemu-iotests-quick.sh could check for that. Paolo