From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aie9i-0003da-OF for qemu-devel@nongnu.org; Wed, 23 Mar 2016 04:28:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aie9h-0003M6-S4 for qemu-devel@nongnu.org; Wed, 23 Mar 2016 04:28:42 -0400 References: <1458072268-53705-1-git-send-email-vsementsov@virtuozzo.com> <1458072268-53705-21-git-send-email-vsementsov@virtuozzo.com> <56F18E90.7070408@redhat.com> From: Vladimir Sementsov-Ogievskiy Message-ID: <56F253AC.70106@virtuozzo.com> Date: Wed, 23 Mar 2016 11:28:28 +0300 MIME-Version: 1.0 In-Reply-To: <56F18E90.7070408@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 20/22] iotests: test internal persistent dirty bitmap List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, qemu-block@nongnu.org, mreitz@redhat.com, stefanha@redhat.com, pbonzini@redhat.com, den@openvz.org, jsnow@redhat.com On 22.03.2016 21:27, Eric Blake wrote: > On 03/15/2016 02:04 PM, Vladimir Sementsov-Ogievskiy wrote: >> Add simple test cases for testing persistent dirty bitmaps. >> >> Signed-off-by: Vladimir Sementsov-Ogievskiy >> --- >> tests/qemu-iotests/160 | 112 ++++++++++++++++++++++++++++++++++++++++++ >> tests/qemu-iotests/160.out | 21 ++++++++ >> tests/qemu-iotests/group | 1 + >> tests/qemu-iotests/iotests.py | 6 +++ >> 4 files changed, 140 insertions(+) >> create mode 100755 tests/qemu-iotests/160 >> create mode 100644 tests/qemu-iotests/160.out >> >> diff --git a/tests/qemu-iotests/160 b/tests/qemu-iotests/160 >> new file mode 100755 >> index 0000000..f9843da >> --- /dev/null >> +++ b/tests/qemu-iotests/160 >> @@ -0,0 +1,112 @@ >> +#!/usr/bin/env python >> +# >> +# Tests for persistent dirty bitmaps. >> +# >> +# Copyright: Vladimir Sementsov-Ogievskiy 2015 > Do you want to also claim 2016? > >> +++ b/tests/qemu-iotests/group >> @@ -150,3 +150,4 @@ >> 145 auto quick >> 146 auto quick >> 148 rw auto quick >> +160 rw auto quick > Do we really have that many pending patch series with reserved test ids? I'm just sick of renaming it on rebases. When the series will be closer to accepting I'll be able to rename it appropriately > > -- Best regards, Vladimir