test-user-cancel: Make this test choose smaller cancellation numbers.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 26 Oct 2011 14:55:29 +0000 (15:55 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 26 Oct 2011 16:07:02 +0000 (17:07 +0100)
commit62909197d120c01cc86095518aacca9d4ad268dd
tree8727849008a61cb7c6b5d20d2c977a5f46d23677
parentced99cf69e55515a58b4651767bda4ab17c82776
test-user-cancel: Make this test choose smaller cancellation numbers.

Use a Gaussian distribution for random numbers so that smaller numbers
are chosen more frequently.

This also exposes a bug in this test which only happens when small
numbers are chosen:

If the test thread starts up quickly, it can get to
guestfs_user_cancel before the guestfs_upload command has happened in
the main thread.  This causes the cancel to be ignored (correctly) and
we end up in the second loop writing data until the disk runs out of
space.  Fix this by repeatedly asserting the cancel flag in the second
loop.
capitests/Makefile.am
capitests/test-user-cancel.c