[PATCH v2 0/3] tests: More iotest 223 improvements

Eric Blake posted 3 patches 4 years, 6 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191015193503.25591-1-eblake@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
There is a newer version of this series
tests/qemu-iotests/common.qemu |   9 +++
tests/qemu-iotests/085.out     |  26 +++++++++
tests/qemu-iotests/094.out     |   4 ++
tests/qemu-iotests/095.out     |   2 +
tests/qemu-iotests/109.out     |  88 +++++++++++++++++++++++++++++
tests/qemu-iotests/117.out     |   5 ++
tests/qemu-iotests/127.out     |   4 ++
tests/qemu-iotests/140.out     |   5 ++
tests/qemu-iotests/141.out     |  26 +++++++++
tests/qemu-iotests/143.out     |   3 +
tests/qemu-iotests/144.out     |   5 ++
tests/qemu-iotests/153.out     |  11 ++++
tests/qemu-iotests/156.out     |  11 ++++
tests/qemu-iotests/161.out     |   8 +++
tests/qemu-iotests/173         |   4 +-
tests/qemu-iotests/173.out     |  10 +++-
tests/qemu-iotests/182.out     |   8 +++
tests/qemu-iotests/183.out     |  11 ++++
tests/qemu-iotests/185.out     |  18 ++++++
tests/qemu-iotests/191.out     |   8 +++
tests/qemu-iotests/200.out     |   1 +
tests/qemu-iotests/223         |  16 +++++-
tests/qemu-iotests/223.out     | 100 +++++++++++++++++++++++++++++++++
tests/qemu-iotests/229.out     |   3 +
tests/qemu-iotests/249.out     |   6 ++
25 files changed, 387 insertions(+), 5 deletions(-)
[PATCH v2 0/3] tests: More iotest 223 improvements
Posted by Eric Blake 4 years, 6 months ago
[subject line kept for continuity with v1, but now touches much more]

Max suggested that instead of special-casing just 223 to trace QMP
input as well output, that we should instead patch common.qemu to do
it for all tests.  That in turn found that test 173 has been broken
since v3.0.  Max also suggested that 223 use a for loop rather than
massive code duplication, which does indeed look nicer.

Eric Blake (3):
  iotests: Fix 173
  iotests: Include QMP input in .out files
  tests: More iotest 223 improvements

 tests/qemu-iotests/common.qemu |   9 +++
 tests/qemu-iotests/085.out     |  26 +++++++++
 tests/qemu-iotests/094.out     |   4 ++
 tests/qemu-iotests/095.out     |   2 +
 tests/qemu-iotests/109.out     |  88 +++++++++++++++++++++++++++++
 tests/qemu-iotests/117.out     |   5 ++
 tests/qemu-iotests/127.out     |   4 ++
 tests/qemu-iotests/140.out     |   5 ++
 tests/qemu-iotests/141.out     |  26 +++++++++
 tests/qemu-iotests/143.out     |   3 +
 tests/qemu-iotests/144.out     |   5 ++
 tests/qemu-iotests/153.out     |  11 ++++
 tests/qemu-iotests/156.out     |  11 ++++
 tests/qemu-iotests/161.out     |   8 +++
 tests/qemu-iotests/173         |   4 +-
 tests/qemu-iotests/173.out     |  10 +++-
 tests/qemu-iotests/182.out     |   8 +++
 tests/qemu-iotests/183.out     |  11 ++++
 tests/qemu-iotests/185.out     |  18 ++++++
 tests/qemu-iotests/191.out     |   8 +++
 tests/qemu-iotests/200.out     |   1 +
 tests/qemu-iotests/223         |  16 +++++-
 tests/qemu-iotests/223.out     | 100 +++++++++++++++++++++++++++++++++
 tests/qemu-iotests/229.out     |   3 +
 tests/qemu-iotests/249.out     |   6 ++
 25 files changed, 387 insertions(+), 5 deletions(-)

-- 
2.21.0