On 04/24/2012 09:16 AM, Kevin Wolf wrote:
> Am 24.04.2012 16:38, schrieb Kevin Wolf:
>> 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 <kw...@redhat.com>
>> ---
>>  tests/qemu-iotests/035     |   72 ++++++++
>>  tests/qemu-iotests/035.out |  392 
>> ++++++++++++++++++++++++++++++++++++++++++++
>>  tests/qemu-iotests/group   |    1 +
>>  3 files changed, 465 insertions(+), 0 deletions(-)
>>  create mode 100755 tests/qemu-iotests/035
>>  create mode 100644 tests/qemu-iotests/035.out
>>
>> diff --git a/tests/qemu-iotests/035 b/tests/qemu-iotests/035
>> new file mode 100755
>> index 0000000..297734e
>> --- /dev/null
>> +++ b/tests/qemu-iotests/035
>> @@ -0,0 +1,72 @@
>> +#!/bin/bash
>> +#
>> +# Let a few AIO requests run in parallel and have them access different L2
>> +# tables so that the cache has a chance to get used up.
>> +#
>> +# Copyright (C) 2009 Red Hat, Inc.

The test is really 3 years old?

-- 
Eric Blake   ebl...@redhat.com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to