All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
To: qemu-block@nongnu.org
Cc: stefanha@redhat.com, famz@redhat.com, mreitz@redhat.com,
	jcody@redhat.com, kwolf@redhat.com, den@openvz.org,
	qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] backup: block-job error BUG
Date: Tue, 19 Jul 2016 00:26:46 +0300	[thread overview]
Message-ID: <578D4996.2050503@virtuozzo.com> (raw)
In-Reply-To: <1468876979-13537-1-git-send-email-vsementsov@virtuozzo.com>

forget qemu-devel@nongnu.org.. add it.

On 19.07.2016 00:22, Vladimir Sementsov-Ogievskiy wrote:
> Hi all!
>
> This is a variant of existing test case which produces test failure.
>
> It looks like the reason is:
>
> one block job is in backup_complete, in synchronous bdrv_flush (success job)
> other (job with injected io err) tries to synchronously cancel "success job"
> It looks like some kind of dead-lock
>
> -..........
> +........EEE
> +======================================================================
> +ERROR: test_transaction_failure (__main__.TestIncrementalBackup)
> +Test: Verify backups made from a transaction that partially fails.
> +----------------------------------------------------------------------
> +Traceback (most recent call last):
> +  File "124", line 478, in test_transaction_failure
> +    self.wait_qmp_backup_cancelled(drive0['id'])
> +  File "124", line 173, in wait_qmp_backup_cancelled
> +    match={'data': {'device': device}})
> +  File "/work/src/qemu/tests/qemu-iotests/iotests.py", line 308, in event_wait
> +    event = self._qmp.pull_event(wait=timeout)
> +  File "/work/src/qemu/tests/qemu-iotests/../../scripts/qmp/qmp.py", line 194, in pull_event
> +    self.__get_events(wait)
> +  File "/work/src/qemu/tests/qemu-iotests/../../scripts/qmp/qmp.py", line 109, in __get_events
> +    raise QMPTimeoutError("Timeout waiting for event")
> +QMPTimeoutError: Timeout waiting for event
> +
> +======================================================================
> +ERROR: test_transaction_failure (__main__.TestIncrementalBackup)
> +Test: Verify backups made from a transaction that partially fails.
> +----------------------------------------------------------------------
> +Traceback (most recent call last):
> +  File "124", line 272, in tearDown
> +    self.vm.shutdown()
> +  File "/work/src/qemu/tests/qemu-iotests/iotests.py", line 260, in shutdown
> +    self._qmp.cmd('quit')
> +  File "/work/src/qemu/tests/qemu-iotests/../../scripts/qmp/qmp.py", line 172, in cmd
> +    return self.cmd_obj(qmp_cmd)
> +  File "/work/src/qemu/tests/qemu-iotests/../../scripts/qmp/qmp.py", line 157, in cmd_obj
> +    return self.__json_read()
> +  File "/work/src/qemu/tests/qemu-iotests/../../scripts/qmp/qmp.py", line 66, in __json_read
> +    data = self.__sockfile.readline()
> +  File "/usr/lib64/python2.7/socket.py", line 447, in readline
> +    data = self._sock.recv(self._rbufsize)
> +timeout: timed out
> +
> +======================================================================
> +ERROR: test_incremental_failure (__main__.TestIncrementalBackupBlkdebug)
> +Test: Verify backups made after a failure are correct.
> +----------------------------------------------------------------------
> +Traceback (most recent call last):
> +  File "124", line 549, in setUp
> +    self.vm.launch()
> +  File "/work/src/qemu/tests/qemu-iotests/iotests.py", line 246, in launch
> +    self._qmp = qmp.QEMUMonitorProtocol(self._monitor_path, server=True)
> +  File "/work/src/qemu/tests/qemu-iotests/../../scripts/qmp/qmp.py", line 44, in __init__
> +    self.__sock.bind(self.__address)
> +  File "/usr/lib64/python2.7/socket.py", line 224, in meth
> +    return getattr(self._sock,name)(*args)
> +error: [Errno 98] Address already in use
> +
>   ----------------------------------------------------------------------
>   Ran 10 tests
>
> -OK
> +FAILED (errors=3)
> Failures: 124
>
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
> ---
>   tests/qemu-iotests/124 | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/qemu-iotests/124 b/tests/qemu-iotests/124
> index de7cdbe..74de117 100644
> --- a/tests/qemu-iotests/124
> +++ b/tests/qemu-iotests/124
> @@ -448,9 +448,9 @@ class TestIncrementalBackup(TestIncrementalBackupBase):
>           self.assertFalse(self.vm.get_qmp_events(wait=False))
>   
>           # Emulate some writes
> -        self.hmp_io_writes(drive0['id'], (('0xab', 0, 512),
> -                                          ('0xfe', '16M', '256k'),
> -                                          ('0x64', '32736k', '64k')))
> +        #self.hmp_io_writes(drive0['id'], (('0xab', 0, 512),
> +        #                                  ('0xfe', '16M', '256k'),
> +        #                                  ('0x64', '32736k', '64k')))
>           self.hmp_io_writes(drive1['id'], (('0xba', 0, 512),
>                                             ('0xef', '16M', '256k'),
>                                             ('0x46', '32736k', '64k')))


-- 
Best regards,
Vladimir

       reply	other threads:[~2016-07-18 21:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1468876979-13537-1-git-send-email-vsementsov@virtuozzo.com>
2016-07-18 21:26 ` Vladimir Sementsov-Ogievskiy [this message]
2016-07-19  2:12   ` [Qemu-devel] [PATCH] backup: block-job error BUG Fam Zheng
2016-07-19 11:58     ` Vladimir Sementsov-Ogievskiy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=578D4996.2050503@virtuozzo.com \
    --to=vsementsov@virtuozzo.com \
    --cc=den@openvz.org \
    --cc=famz@redhat.com \
    --cc=jcody@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.