From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqc4c-0003KA-Cb for qemu-devel@nongnu.org; Fri, 17 Aug 2018 06:33:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqc4Y-0007GA-6f for qemu-devel@nongnu.org; Fri, 17 Aug 2018 06:33:42 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:38510 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fqc4Y-0007Fj-20 for qemu-devel@nongnu.org; Fri, 17 Aug 2018 06:33:38 -0400 From: Juan Quintela In-Reply-To: <1534419358-10932-6-git-send-email-thuth@redhat.com> (Thomas Huth's message of "Thu, 16 Aug 2018 13:35:55 +0200") References: <1534419358-10932-1-git-send-email-thuth@redhat.com> <1534419358-10932-6-git-send-email-thuth@redhat.com> Reply-To: quintela@redhat.com Date: Fri, 17 Aug 2018 12:33:27 +0200 Message-ID: <87r2ixuvt4.fsf@trasno.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2 5/8] tests: Skip old versioned machine types in quick testing mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, Markus Armbruster , Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Eric Blake , "Dr. David Alan Gilbert" , "Michael S. Tsirkin" , Paolo Bonzini , Laurent Vivier Thomas Huth wrote: > The tests that check something for all machine types currently spend > a lot of time checking old machine types (like "pc-i440fx-2.0" for > example). The chances that we find something new there in addition > to checking the latest version of a machine type are pretty low, so > we should not waste the time of the developers by testing this again > and again in the "quick" testing mode. > Thus let's add some code to determine whether we are testing a current > machine type or an old one, and only test the old types if we are > running in "SPEED=slow" mode. > This decreases the testing time quite a bit now, e.g. the qom-test > now finishes within 4 seconds for qemu-system-x86_64 instead of 30 > seconds when testing all machines. > > Signed-off-by: Thomas Huth Reviewed-by: Juan Quintela Thanks!!!!!