qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] tests: More iotest 223 improvements
@ 2019-10-15 19:35 Eric Blake
  2019-10-15 19:35 ` [PATCH v2 1/3] iotests: Fix 173 Eric Blake
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Eric Blake @ 2019-10-15 19:35 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, mreitz

[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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-10-18 17:06 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-15 19:35 [PATCH v2 0/3] tests: More iotest 223 improvements Eric Blake
2019-10-15 19:35 ` [PATCH v2 1/3] iotests: Fix 173 Eric Blake
2019-10-17 11:32   ` Max Reitz
2019-10-17 11:46   ` Max Reitz
2019-10-17 12:17     ` Max Reitz
2019-10-18 17:00       ` Eric Blake
2019-10-15 19:35 ` [PATCH v2 2/3] iotests: Include QMP input in .out files Eric Blake
2019-10-17 12:59   ` Max Reitz
2019-10-17 14:42     ` Eric Blake
2019-10-15 19:35 ` [PATCH v2 3/3] tests: More iotest 223 improvements Eric Blake
2019-10-17 13:07   ` Max Reitz

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).