All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Richard W.M. Jones" <rjones@redhat.com>
To: Alistair Francis <alistair.francis@xilinx.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>,
	Cornelia Huck <cohuck@redhat.com>,
	Ronnie Sahlberg <ronniesahlberg@gmail.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Jeff Cody <jcody@redhat.com>,
	"qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
	Alexander Graf <agraf@suse.de>, Gerd Hoffmann <kraxel@redhat.com>,
	Rob Herring <robh@kernel.org>, Josh Durgin <jdurgin@redhat.com>,
	Markus Armbruster <armbru@redhat.com>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Marcel Apfelbaum <marcel@redhat.com>,
	David Gibson <david@gibson.dropbear.id.au>,
	Jason Wang <jasowang@redhat.com>, Peter Lieven <pl@kamp.de>,
	Greg Kurz <groug@kaod.org>,
	Peter Chubb <peter.chubb@nicta.com.au>,
	Stefan Hajnoczi <stefanha@redhat.com>,
	Richard Henderson <rth@twiddle.net>,
	Kevin Wolf <kwolf@redhat.com>,
	Peter Crosthwaite <crosthwaite.peter@gmail.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Max Reitz <mreitz@redhat.com>,
	"An eesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
	Igor Mammedov <imammedo@redhat.com>
Subject: Re: [Qemu-devel] Slow tests on "make check" (was Re: [PULL 6/9] Convert error_report() to warn_report())
Date: Wed, 26 Jul 2017 11:17:01 +0100	[thread overview]
Message-ID: <20170726101701.GJ20914@redhat.com> (raw)
In-Reply-To: <CAKmqyKO9zzv=YYyB2f0a9ERbp8BYdtXjo_c12fmiq6WLzO5Jog@mail.gmail.com>

On Tue, Jul 25, 2017 at 04:26:32PM -0700, Alistair Francis wrote:
> Actually, what about to avoid duplication we can add a make check-slow
> that runs all the slow tests that make check doesn't run. Then make
> check-all can run both make check and make check-slow.
> 
> That way you can run make check for a quick sanity test and then run
> make check-slow to test everything, without duplicating tests.

FWIW libguestfs does this.

It also has:

  make check-root      For tests which require root privs.
  make check-release   All tests required to pass before we release
                       any new upstream version.

and many more:

  http://libguestfs.org/guestfs-hacking.1.html#testing-your-changes

In libguestfs it's all done using automake so the implementation is
not directly relevant to qemu.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW

  reply	other threads:[~2017-07-26 10:23 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-13 13:27 [Qemu-devel] [PULL 0/9] Error reporting patches for 2017-07-13 Markus Armbruster
2017-07-13 13:27 ` [Qemu-arm] [PULL 1/9] xilinx: Fix latent error handling bug Markus Armbruster
2017-07-13 13:27   ` [Qemu-devel] " Markus Armbruster
2017-07-13 13:27 ` [Qemu-devel] [PULL 2/9] block: Don't try to set *errp directly Markus Armbruster
2017-07-13 13:27 ` [Qemu-devel] [PULL 3/9] websock: " Markus Armbruster
2017-07-13 13:27 ` [Qemu-devel] [PULL 4/9] util/qemu-error: Rename error_print_loc() to be more generic Markus Armbruster
2017-07-13 13:27 ` [Qemu-devel] [PULL 5/9] error: Functions to report warnings and informational messages Markus Armbruster
2017-07-13 13:27 ` [Qemu-devel] [PULL 6/9] Convert error_report() to warn_report() Markus Armbruster
2017-07-17 10:19   ` Kevin Wolf
2017-07-18  5:17     ` Markus Armbruster
2017-07-24  6:30       ` Markus Armbruster
2017-07-24  7:30         ` Paolo Bonzini
2017-07-25 19:08           ` [Qemu-devel] Slow tests on "make check" (was Re: [PULL 6/9] Convert error_report() to warn_report()) Eduardo Habkost
2017-07-25 23:24             ` Alistair Francis
2017-07-25 23:26               ` Alistair Francis
2017-07-26 10:17                 ` Richard W.M. Jones [this message]
2017-07-26 10:35             ` Daniel P. Berrange
2017-07-26 10:30           ` [Qemu-devel] [PULL 6/9] Convert error_report() to warn_report() Daniel P. Berrange
2017-07-27  8:25           ` Markus Armbruster
2017-07-27  8:45             ` Kevin Wolf
2017-07-27  9:14               ` Markus Armbruster
2017-07-27 11:45           ` Max Reitz
2017-07-13 13:27 ` [Qemu-devel] [PULL 7/9] char-socket: Report TCP socket waiting as information Markus Armbruster
2017-07-13 13:27 ` [Qemu-devel] [PULL 8/9] error: Implement the warn and free Error functions Markus Armbruster
2017-07-13 13:27 ` [Qemu-devel] [PULL 9/9] Convert error_report*_err() to warn_report*_err() Markus Armbruster
2017-07-13 13:46 ` [Qemu-devel] [PULL 0/9] Error reporting patches for 2017-07-13 no-reply
2017-07-14 10:05 ` Peter Maydell

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=20170726101701.GJ20914@redhat.com \
    --to=rjones@redhat.com \
    --cc=agraf@suse.de \
    --cc=alistair.francis@xilinx.com \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=armbru@redhat.com \
    --cc=borntraeger@de.ibm.com \
    --cc=cohuck@redhat.com \
    --cc=crosthwaite.peter@gmail.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=ehabkost@redhat.com \
    --cc=groug@kaod.org \
    --cc=imammedo@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=jcody@redhat.com \
    --cc=jdurgin@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=marcel@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=mst@redhat.com \
    --cc=mtosatti@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.chubb@nicta.com.au \
    --cc=peter.maydell@linaro.org \
    --cc=pl@kamp.de \
    --cc=qemu-devel@nongnu.org \
    --cc=robh@kernel.org \
    --cc=ronniesahlberg@gmail.com \
    --cc=rth@twiddle.net \
    --cc=stefanha@redhat.com \
    /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.