[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/2] tests/migration: Add test for migration to
From: |
Thomas Huth |
Subject: |
Re: [Qemu-devel] [PATCH 2/2] tests/migration: Add test for migration to bad destination |
Date: |
Tue, 20 Feb 2018 12:56:49 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 12.02.2018 17:03, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
>
> Check the source survives.
>
> Signed-off-by: Dr. David Alan Gilbert <address@hidden>
> ---
> tests/migration-test.c | 65
> ++++++++++++++++++++++++++++++++++++++------------
> 1 file changed, 50 insertions(+), 15 deletions(-)
[...]
> @@ -615,6 +649,7 @@ int main(int argc, char **argv)
>
> qtest_add_func("/migration/postcopy/unix", test_migrate);
> qtest_add_func("/migration/deprecated", test_deprecated);
> + qtest_add_func("/migration/bad_dest", test_baddest);
While running "make check", I now see some "Failed to connect socket:
Connection refused" messages popping up, which is a little bit
confusing. Would it be possible to silence these messages somehow?
Thomas