Re: IPv6-only testing

2022-02-04 Thread Jakub Wilk
* Jakub Wilk , 2022-02-04, 15:38: unshare -c -r --keep-caps Oops, I meant "unshare -n -r --keep-caps". $ python3 -c 'from socket import *; getaddrinfo("127.0.0.1", port=1, flags=AI_ADDRCONFIG)' Note that the above does not fail when only loopback is configured, so it seems to be

Re: IPv6-only testing

2022-02-04 Thread Simon McVittie
On Fri, 04 Feb 2022 at 15:38:12 +0100, Jakub Wilk wrote: > * Julien Puydt , 2022-02-04, 12:34: > > I got an RC bug on python-anyio, because its testsuite fails when run on > > an IPv6-only host [1]. > > I'm pretty sure "IPv6-only" means "the only non-loopback addresses this host > has are IPv6",

Re: IPv6-only testing

2022-02-04 Thread Jakub Wilk
* Julien Puydt , 2022-02-04, 12:34: I got an RC bug on python-anyio, because its testsuite fails when run on an IPv6-only host [1]. I'm pretty sure "IPv6-only" means "the only non-loopback addresses this host has are IPv6", rather than "it doesn't have any IPv4, not even 127.0.0.1." This

IPv6-only testing

2022-02-04 Thread Julien Puydt
Hi, I got an RC bug on python-anyio, because its testsuite fails when run on an IPv6-only host [1]. I pushed the issue upstream, and upstream has a patch proposal [2]. Now comes the question: how do I test this patch? Cheers, J.Puydt [1] https://bugs.debian.org/1004461 [2]