[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/2] iotests: Fix 226 on _my_ system
From: |
John Snow |
Subject: |
Re: [Qemu-devel] [PATCH 0/2] iotests: Fix 226 on _my_ system |
Date: |
Tue, 24 Jul 2018 14:03:40 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
On 07/24/2018 04:47 AM, Fam Zheng wrote:
> Something has locked /dev/null on my system (I still don't know what to do
> with
> the annoying incapability of lslocks, or more precisely /proc/locks, on
> inspecting OFD lock information), and as a result 226 cannot pass due to the
> unexpected image locking error.
>
> Fix the test case by disabling locking, and add a doc text about using test
> images.
>
> Fam Zheng (2):
> docs: Describe using images in writing iotests
> iotests: Don't lock /dev/null in 226
>
> docs/devel/testing.rst | 11 +++++++++++
> tests/qemu-iotests/226 | 4 ++--
> 2 files changed, 13 insertions(+), 2 deletions(-)
>
I think this is the better approach for now, yeah. Sorry my test caused
so many problems... :[
Reviewed-by: John Snow <address@hidden>