Re: [PATCH] tests/qtest/migration-test.c: use 127.0.0.1 instead of 0

2021-07-26 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (git) (dgilb...@redhat.com) wrote: > From: "Dr. David Alan Gilbert" > > OpenBSD doesn't like :0 as an address, switch to using 127.0.0.1 > in baddest; it's really testing the :0 port number that isn't allowed > on anything. > > (The test doesn't currently run anyway beca

Re: [PATCH] tests/qtest/migration-test.c: use 127.0.0.1 instead of 0

2021-07-20 Thread Philippe Mathieu-Daudé
On 7/19/21 8:52 PM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > OpenBSD doesn't like :0 as an address, switch to using 127.0.0.1 > in baddest; it's really testing the :0 port number that isn't allowed > on anything. > > (The test doesn't currently run anyway because

Re: [PATCH] tests/qtest/migration-test.c: use 127.0.0.1 instead of 0

2021-07-20 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: "Dr. David Alan Gilbert" > > OpenBSD doesn't like :0 as an address, switch to using 127.0.0.1 > in baddest; it's really testing the :0 port number that isn't allowed > on anything. > > (The test doesn't currently run anyway because of the userfault >

Re: [PATCH] tests/qtest/migration-test.c: use 127.0.0.1 instead of 0

2021-07-19 Thread Daniel P . Berrangé
On Mon, Jul 19, 2021 at 07:52:17PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > OpenBSD doesn't like :0 as an address, switch to using 127.0.0.1 > in baddest; it's really testing the :0 port number that isn't allowed > on anything. > > (The test doesn't current

Re: [PATCH] tests/qtest/migration-test.c: use 127.0.0.1 instead of 0

2021-07-19 Thread Peter Xu
On Mon, Jul 19, 2021 at 07:52:17PM +0100, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > OpenBSD doesn't like :0 as an address, switch to using 127.0.0.1 > in baddest; it's really testing the :0 port number that isn't allowed > on anything. > > (The test doesn't current

[PATCH] tests/qtest/migration-test.c: use 127.0.0.1 instead of 0

2021-07-19 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" OpenBSD doesn't like :0 as an address, switch to using 127.0.0.1 in baddest; it's really testing the :0 port number that isn't allowed on anything. (The test doesn't currently run anyway because of the userfault problem that Peter noticed, but this gets us closer t