From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3RGJ-0001kp-PP for qemu-devel@nongnu.org; Fri, 12 Jun 2015 11:52:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3RGE-00071Z-Sz for qemu-devel@nongnu.org; Fri, 12 Jun 2015 11:52:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3RGE-00071U-N9 for qemu-devel@nongnu.org; Fri, 12 Jun 2015 11:52:50 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 5082C2F1474 for ; Fri, 12 Jun 2015 15:52:50 +0000 (UTC) Message-ID: <557B0051.2030107@redhat.com> Date: Fri, 12 Jun 2015 11:52:49 -0400 From: John Snow MIME-Version: 1.0 References: <1433272721-24871-1-git-send-email-jsnow@redhat.com> In-Reply-To: <1433272721-24871-1-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 0/4] iotests: skip tests with unchanged dependencies List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com Ping On 06/02/2015 03:18 PM, John Snow wrote: > This patchset is a little off the beaten path, but: >=20 > Add the ability to skip tests that have already been run whose external > dependencies have remained unchanged since the last test run. >=20 > This is useful for, say, re-running a test set to see if a failure was > a one-off or is reproducible by just re-running the last command, which > will skip all the tests that completed, but hitting all the ones that > failed or were not run. >=20 > It's also useful for testing patchsets for publication against bisect > problems by only running tests after each patch that have changed anyth= ing > worth testing -- for instance, a patch that only changes documentation > is not going to change any of the binaries, so we can skip a large swat= h > of tests here. >=20 > The new feature is, of course, optional and can be invoked with -ts. >=20 > =3D=3D=3D > v3: > =3D=3D=3D >=20 > - Fixed commit message for patch 1 (s/grep/awk/) > - Added a pinch of dependency group documentation to patch 2 >=20 > =3D=3D=3D > v2: > =3D=3D=3D >=20 > - Replaced grep script for awk in patch 1 > - Added qemu dependency in patch 2 >=20 > =3D=3D > For convenience, this branch is available at: > https://github.com/jnsnow/qemu.git branch ch3ck > https://github.com/jnsnow/qemu/tree/ch3ck >=20 > This version is tagged ch3ck-v3: > https://github.com/jnsnow/qemu/releases/tag/ch3ck-v3 > =3D=3D >=20 > John Snow (4): > iotests: fix exclusion option > iotests: Add dependency info to groups list > iotests: add timestamp skip feature > iotests: clarify help text >=20 > tests/qemu-iotests/check | 56 ++++++++++++++++++++++++++++++++++++- > tests/qemu-iotests/common | 15 ++++++++-- > tests/qemu-iotests/group | 70 +++++++++++++++++++++++++--------------= -------- > 3 files changed, 105 insertions(+), 36 deletions(-) >=20 --=20 =97js