diff options
author | Jeff Cody <jcody@redhat.com> | 2017-11-18 02:00:18 -0500 |
---|---|---|
committer | Jeff Cody <jcody@redhat.com> | 2017-11-21 11:58:12 -0500 |
commit | d975301dc8ae56fb3154348878e47a6211843c0b (patch) | |
tree | 2bde35fb7dc7b2f130a56aa178eb0395e81842e0 /tests/qemu-iotests/200.out | |
parent | a2339699c3d35f19253b3b9b51f8a9b8e24f90eb (diff) |
qemu-iotest: add test for blockjob coroutine race condition
Signed-off-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/200.out')
-rw-r--r-- | tests/qemu-iotests/200.out | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/qemu-iotests/200.out b/tests/qemu-iotests/200.out new file mode 100644 index 0000000000..af6a809e30 --- /dev/null +++ b/tests/qemu-iotests/200.out @@ -0,0 +1,14 @@ +QA output created by 200 +Formatting 'TEST_DIR/backing.img', fmt=IMGFMT size=536870912 +Formatting 'TEST_DIR/test.img', fmt=IMGFMT size=536870912 backing_file=TEST_DIR/backing.img backing_fmt=IMGFMT +wrote 314572800/314572800 bytes at offset 512 +300 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + +=== Starting QEMU VM === + +{"return": {}} + +=== Sending stream/cancel, checking for SIGSEGV only === + +500 iterations performed +*** done |