tests: remove irrelevant assertions from test-aio
commit12d69ac03b45156356b240424623719f15d8143e
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 21 Jul 2015 14:07:49 +0000 (21 16:07 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 22 Jul 2015 11:41:40 +0000 (22 12:41 +0100)
tree6e4c6fb56ff860777961120a0f8e27b2081afe6f
parente4efd8a488d0a68b0af34d8ee245463df7c8bdf4
tests: remove irrelevant assertions from test-aio

In these tests, the purpose of the initial calls to aio_poll and
g_main_context_iteration is simply to put the AioContext in a
known state; the return value of the function does not really
matter.  The next patch will change those return values; change
the assertions to a while loop which expresses the intention
better.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Tested-by: Richard W.M. Jones <rjones@redhat.com>
Message-id: 1437487673-23740-3-git-send-email-pbonzini@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/test-aio.c