]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados_test_stub: ensure AIO callback is also flushed
authorJason Dillaman <dillaman@redhat.com>
Mon, 15 Feb 2016 15:49:17 +0000 (10:49 -0500)
committerJason Dillaman <dillaman@redhat.com>
Mon, 15 Feb 2016 17:33:15 +0000 (12:33 -0500)
commit8756e808f5df82cb2707e6b6aa0e4c348c2f48df
tree638827290fbf854cf53b10620485b844cc17efd3
parent98fba627b3b2b3578c4d032adda73693d3f2c953
librados_test_stub: ensure AIO callback is also flushed

There are sporadic librbd unit test failures due to the
mock being destroyed while an active librados_test_stub
AIO callback is completing.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/librados_test_stub/TestRadosClient.cc