From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, famz@redhat.com
Subject: Re: [Qemu-devel] [PATCH v3 0/4] iotests: skip tests with unchanged dependencies
Date: Fri, 12 Jun 2015 11:52:49 -0400 [thread overview]
Message-ID: <557B0051.2030107@redhat.com> (raw)
In-Reply-To: <1433272721-24871-1-git-send-email-jsnow@redhat.com>
Ping
On 06/02/2015 03:18 PM, John Snow wrote:
> This patchset is a little off the beaten path, but:
>
> Add the ability to skip tests that have already been run whose external
> dependencies have remained unchanged since the last test run.
>
> 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.
>
> It's also useful for testing patchsets for publication against bisect
> problems by only running tests after each patch that have changed anything
> 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 swath
> of tests here.
>
> The new feature is, of course, optional and can be invoked with -ts.
>
> ===
> v3:
> ===
>
> - Fixed commit message for patch 1 (s/grep/awk/)
> - Added a pinch of dependency group documentation to patch 2
>
> ===
> v2:
> ===
>
> - Replaced grep script for awk in patch 1
> - Added qemu dependency in patch 2
>
> ==
> For convenience, this branch is available at:
> https://github.com/jnsnow/qemu.git branch ch3ck
> https://github.com/jnsnow/qemu/tree/ch3ck
>
> This version is tagged ch3ck-v3:
> https://github.com/jnsnow/qemu/releases/tag/ch3ck-v3
> ==
>
> John Snow (4):
> iotests: fix exclusion option
> iotests: Add dependency info to groups list
> iotests: add timestamp skip feature
> iotests: clarify help text
>
> tests/qemu-iotests/check | 56 ++++++++++++++++++++++++++++++++++++-
> tests/qemu-iotests/common | 15 ++++++++--
> tests/qemu-iotests/group | 70 +++++++++++++++++++++++++----------------------
> 3 files changed, 105 insertions(+), 36 deletions(-)
>
--
—js
next prev parent reply other threads:[~2015-06-12 15:52 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-02 19:18 [Qemu-devel] [PATCH v3 0/4] iotests: skip tests with unchanged dependencies John Snow
2015-06-02 19:18 ` [Qemu-devel] [PATCH v3 1/4] iotests: fix exclusion option John Snow
2015-06-03 6:50 ` Fam Zheng
2015-06-02 19:18 ` [Qemu-devel] [PATCH v3 2/4] iotests: Add dependency info to groups list John Snow
2015-06-02 19:18 ` [Qemu-devel] [PATCH v3 3/4] iotests: add timestamp skip feature John Snow
2015-06-02 19:18 ` [Qemu-devel] [PATCH v3 4/4] iotests: clarify help text John Snow
2015-06-12 15:52 ` John Snow [this message]
2015-06-23 16:17 ` [Qemu-devel] [PATCH v3 0/4] iotests: skip tests with unchanged dependencies John Snow
2015-06-25 12:38 ` Stefan Hajnoczi
2015-06-25 16:33 ` John Snow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=557B0051.2030107@redhat.com \
--to=jsnow@redhat.com \
--cc=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.