aboutsummaryrefslogtreecommitdiff
path: root/tests/test-block-backend.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-02block: test blk_aio_flush() with blk->root == NULLKevin Wolf1-0/+82
This patch adds test cases for the scenario where blk_aio_flush() is called on a BlockBackend with no root. Calling drain afterwards should complete the requests with -ENOMEDIUM. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>