qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org, Max Reitz <mreitz@redhat.com>
Cc: "Kevin Wolf" <kwolf@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	qemu-block@nongnu.org
Subject: [Qemu-devel] [PATCH v3 0/4] Enable iotests during "make check"
Date: Wed, 17 Jul 2019 13:19:43 +0200	[thread overview]
Message-ID: <20190717111947.30356-1-thuth@redhat.com> (raw)

Let's enable the block iotests during "make check" again, to avoid that
they get broken so easily by accident (like we've seen many times in the
past).

v3:
 - Added dependency for "check-block" so that the *-softmmu targets are
   now built first
 - Added 197 and 215 back to gitlab-ci.yml (there is no problem if they
   do not run in parallel with the qtests)
 - Removed 122 from the "auto" group (does not work on ZFS according to
   Alex)
 - Removed 181 and 201 from the "auto" group (they do not work if the
   default machine of QEMU does not support migration)

v2:
 - Added new patch to allow tests without groups, removed the "o_direct"
   group again.
 - Removed some more tests from the "auto" group, like 197 and 215 which
   were sometimes causing the CI pipelines to fail on gitlab
 - Added a patch to remove the "duplicated" tests from the gitlab-ci.yml
   file.

Thomas Huth (4):
  tests/qemu-iotests/check: Allow tests without groups
  tests/qemu-iotests/group: Remove some more tests from the "auto" group
  tests: Run the iotests during "make check" again
  gitlab-ci: Remove qcow2 tests that are handled by "make check" already

 .gitlab-ci.yml              |  13 ++--
 tests/Makefile.include      |  10 +--
 tests/check-block.sh        |  44 ++++++++++---
 tests/qemu-iotests-quick.sh |   8 ---
 tests/qemu-iotests/check    |   4 +-
 tests/qemu-iotests/group    | 120 ++++++++++++++++++------------------
 6 files changed, 107 insertions(+), 92 deletions(-)
 delete mode 100755 tests/qemu-iotests-quick.sh

-- 
2.21.0



             reply	other threads:[~2019-07-17 11:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-17 11:19 Thomas Huth [this message]
2019-07-17 11:19 ` [Qemu-devel] [PATCH v3 1/4] tests/qemu-iotests/check: Allow tests without groups Thomas Huth
2019-07-17 11:19 ` [Qemu-devel] [PATCH v3 2/4] tests/qemu-iotests/group: Remove some more tests from the "auto" group Thomas Huth
2019-07-17 11:19 ` [Qemu-devel] [PATCH v3 3/4] tests: Run the iotests during "make check" again Thomas Huth
2019-07-17 11:19 ` [Qemu-devel] [PATCH v3 4/4] gitlab-ci: Remove qcow2 tests that are handled by "make check" already Thomas Huth
2019-07-17 12:51 ` [Qemu-devel] [PATCH v3 0/4] Enable iotests during "make check" Alex Bennée

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=20190717111947.30356-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).