[Qemu-devel] [PULL 0/3] Run iotests during "make check"

Thomas Huth posted 3 patches 6 years, 2 months ago
Test FreeBSD passed
Test docker-mingw@fedora passed
Test asan failed
Test docker-clang@ubuntu passed
Test checkpatch failed
Test s390x failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190817085443.11471-1-thuth@redhat.com
Maintainers: Kamil Rytarowski <kamil@netbsd.org>, Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Thomas Huth <thuth@redhat.com>
.gitlab-ci.yml              | 13 ++++---------
block/file-posix.c          |  4 ++--
tests/Makefile.include      | 10 ++++++----
tests/check-block.sh        | 44 ++++++++++++++++++++++++++++++++++----------
tests/qemu-iotests-quick.sh |  8 --------
5 files changed, 46 insertions(+), 33 deletions(-)
delete mode 100755 tests/qemu-iotests-quick.sh
[Qemu-devel] [PULL 0/3] Run iotests during "make check"
Posted by Thomas Huth 6 years, 2 months ago
 Hi Peter,

the following changes since commit afd760539308a5524accf964107cdb1d54a059e3:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816' into staging (2019-08-16 17:21:40 +0100)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2019-08-17

for you to fetch changes up to 72e031f3b80a421b309ce0d1759b26e428f944db:

  gitlab-ci: Remove qcow2 tests that are handled by "make check" already (2019-08-17 09:06:17 +0200)

----------------------------------------------------------------
- Run the iotest during "make check"
----------------------------------------------------------------

Paolo Bonzini (1):
      block: fix NetBSD qemu-iotests failure

Thomas Huth (2):
      tests: Run the iotests during "make check" again
      gitlab-ci: Remove qcow2 tests that are handled by "make check" already

 .gitlab-ci.yml              | 13 ++++---------
 block/file-posix.c          |  4 ++--
 tests/Makefile.include      | 10 ++++++----
 tests/check-block.sh        | 44 ++++++++++++++++++++++++++++++++++----------
 tests/qemu-iotests-quick.sh |  8 --------
 5 files changed, 46 insertions(+), 33 deletions(-)
 delete mode 100755 tests/qemu-iotests-quick.sh

Re: [Qemu-devel] [PULL 0/3] Run iotests during "make check"
Posted by Peter Maydell 6 years, 2 months ago
On Sat, 17 Aug 2019 at 09:54, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter,
>
> the following changes since commit afd760539308a5524accf964107cdb1d54a059e3:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816' into staging (2019-08-16 17:21:40 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2019-08-17
>
> for you to fetch changes up to 72e031f3b80a421b309ce0d1759b26e428f944db:
>
>   gitlab-ci: Remove qcow2 tests that are handled by "make check" already (2019-08-17 09:06:17 +0200)
>
> ----------------------------------------------------------------
> - Run the iotest during "make check"
> ----------------------------------------------------------------
>
> Paolo Bonzini (1):
>       block: fix NetBSD qemu-iotests failure
>
> Thomas Huth (2):
>       tests: Run the iotests during "make check" again
>       gitlab-ci: Remove qcow2 tests that are handled by "make check" already



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM