From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCuxK-0002ME-SY for qemu-devel@nongnu.org; Tue, 05 Mar 2013 11:43:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCuxJ-00005s-Nc for qemu-devel@nongnu.org; Tue, 05 Mar 2013 11:43:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCuxJ-00005k-Fw for qemu-devel@nongnu.org; Tue, 05 Mar 2013 11:43:09 -0500 Message-ID: <51362046.5070402@redhat.com> Date: Tue, 05 Mar 2013 13:41:42 -0300 From: Lucas Meneghel Rodrigues MIME-Version: 1.0 References: <5134CA4A.7040700@redhat.com> <513618CB.1020501@redhat.com> <51361C03.4010505@redhat.com> In-Reply-To: <51361C03.4010505@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] The state of testing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Kevin Wolf , Anthony Liguori , Juan Quintela , Stefan Hajnoczi , Michael Roth , qemu-devel , Jiri Zupka , Amit Shah , Paolo Bonzini , Markus Armbruster On 03/05/2013 01:23 PM, Gerd Hoffmann wrote: > Hi, > >> On virt-tests there are at least 48 tests that are easy to run and >> involve migration. A subset of them is executed regularly in the daily >> jobs: > > Sure, there are a bunch of tests already, which is good. > But there are also important areas which are not covered at all yet. > > For example there are no cross-version migration tests, which is an area > where we often have bugs, they often went unnoticed for quite a while > and they tend to be nasty to fix when noticed after release ... Ok, I see your point. There are some provisions to implement tests for cross-version migration due to jzupka's work, but myself and Cleber could not get around to create multi host jobs in the test grid yet.