Re: [PATCH] tests/migration: Print some debug on bad status

2019-11-11 Thread Jens Freimann
On Fri, Nov 08, 2019 at 06:38:17PM +, Dr. David Alan Gilbert wrote: Hi Jens, the unplug failover stuff is triggering an assertion occasionally on aarch64; but a) I'm not sure the right way to fix it b) And I'm out for a little over a week so... I'll take care of it. * no-re...@patch

Re: [PATCH] tests/migration: Print some debug on bad status

2019-11-08 Thread Dr. David Alan Gilbert
Hi Jens, the unplug failover stuff is triggering an assertion occasionally on aarch64; but a) I'm not sure the right way to fix it b) And I'm out for a little over a week so... * no-re...@patchew.org (no-re...@patchew.org) wrote: > Patchew URL: > https://patchew.org/QEMU/20191108104307.125

Re: [PATCH] tests/migration: Print some debug on bad status

2019-11-08 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191108104307.125020-1-dgilb...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ==

Re: [PATCH] tests/migration: Print some debug on bad status

2019-11-08 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191108104307.125020-1-dgilb...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN =

Re: [PATCH] tests/migration: Print some debug on bad status

2019-11-08 Thread Philippe Mathieu-Daudé
On 11/8/19 11:43 AM, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" We're seeing occasional asserts in 'wait_for_migraiton_fail', that I can't reliably reproduce, and where the cores don't have any useful state. Print the 'status' out, so we can see which unexpected state w

Re: [PATCH] tests/migration: Print some debug on bad status

2019-11-08 Thread Thomas Huth
On 08/11/2019 11.43, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" We're seeing occasional asserts in 'wait_for_migraiton_fail', that I can't reliably reproduce, and where the cores don't have any useful state. Print the 'status' out, so we can see which unexpected state w

[PATCH] tests/migration: Print some debug on bad status

2019-11-08 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" We're seeing occasional asserts in 'wait_for_migraiton_fail', that I can't reliably reproduce, and where the cores don't have any useful state. Print the 'status' out, so we can see which unexpected state we're ending up in. Signed-off-by: Dr. David Alan Gilbert