diff options
author | Max Reitz <mreitz@redhat.com> | 2017-11-09 21:30:21 +0100 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2017-11-14 18:06:25 +0100 |
commit | dca9b6a2b1536415ce366895b840051ac44c244b (patch) | |
tree | 1ce736bd6dd33ded4933b27ac1d719b274393cfb /audio/Makefile.objs | |
parent | c9b83e9c23ecb094ddf987c7c37b8f454cb80615 (diff) | |
download | qemu-dca9b6a2b1536415ce366895b840051ac44c244b.zip |
iotests: Make 030 less flaky
This patch fixes two race conditions in 030:
1. The first is in TestENOSPC.test_enospc(). After resuming the job,
querying it to confirm it is no longer paused may fail because in the
meantime it might have completed already. The same was fixed in
TestEIO.test_ignore() already (in commit
2c3b44da07d341557a8203cc509ea07fe3605e11).
2. The second is in TestSetSpeed.test_set_speed_invalid(): Here, a
stream job is started on a drive without any break points, with a
block-job-set-speed invoked subsequently. However, without any break
points, the job might have completed in the meantime (on tmpfs at
least); or it might complete before cancel_and_wait() which expects
the job to still exist. This can be fixed like everywhere else by
pausing the drive (installing break points) before starting the job
and letting cancel_and_wait() resume it.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20171109203025.27493-2-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'audio/Makefile.objs')
0 files changed, 0 insertions, 0 deletions