Re: [Qemu-devel] [PATCH 10/10] tests: add BlockJobTxn unit test

2015-06-25 Thread Fam Zheng
On Thu, 06/25 13:12, Stefan Hajnoczi wrote: > The BlockJobTxn unit test verifies that both single jobs and pairs of > jobs behave as a transaction group. Either all jobs complete > successfully or the group is cancelled. > > Signed-off-by: Stefan Hajnoczi Reviewed-by: Fam Zheng > --- > tests

[Qemu-devel] [PATCH 10/10] tests: add BlockJobTxn unit test

2015-06-25 Thread Stefan Hajnoczi
The BlockJobTxn unit test verifies that both single jobs and pairs of jobs behave as a transaction group. Either all jobs complete successfully or the group is cancelled. Signed-off-by: Stefan Hajnoczi --- tests/Makefile| 3 + tests/test-blockjob-txn.c | 191 ++