[Qemu-devel] [PATCH 09/11] blockjob: strengthen a bit test-blockjob-txn

2017-05-08 Thread Paolo Bonzini
Unlike test-blockjob-txn, QMP releases the reference to the transaction before the jobs finish. Thus, qemu-iotest 124 showed a failure while working on the next patch that the unit tests did not have. Make the test a little nastier. Reviewed-by: Stefan Hajnoczi Reviewed-by: John Snow Signed-of

[Qemu-devel] [PATCH 09/11] blockjob: strengthen a bit test-blockjob-txn

2017-04-19 Thread Paolo Bonzini
Unlike test-blockjob-txn, QMP releases the reference to the transaction before the jobs finish. Thus, qemu-iotest 124 showed a failure while working on the next patch that the unit tests did not have. Make the test a little nastier. Reviewed-by: Stefan Hajnoczi Reviewed-by: John Snow Signed-of