diff options
author | Kevin Wolf <kwolf@redhat.com> | 2012-04-24 16:30:23 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-05-02 18:39:39 +0200 |
commit | dad5e5768e06ac7a22d0e7541ca8c6b6c42015a0 (patch) | |
tree | ddb64f27af1424315d174e54a9c301f1a244aebc /tests/qemu-iotests/group | |
parent | bf3f363a5b52e6f246bcab74dafffa61d6e4d2a7 (diff) |
qemu-iotests: Many parallel allocating I/O requests
This test case manages to let qcow2 abort because its cache is used up
and it can't find free cache entries for new requests any more.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 5934829d3f..36ebf1a7f4 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -41,3 +41,4 @@ 032 rw auto 033 rw auto 034 rw auto backing +035 rw auto quick |