RE: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result

2019-04-24 Thread Alexey Brodkin
c-al...@sourceware.org; linux-snps-arc@lists.infradead.org > >> Subject: Re: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an > >> expected result > >> > >> * Alexey Brodkin: > >> > >> > Some proxy DNS servers might not resolve I

Re: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result

2019-04-24 Thread Florian Weimer
* Alexey Brodkin: > Hi Florian, > >> -Original Message- >> From: Florian Weimer >> Sent: Thursday, April 18, 2019 3:08 PM >> To: Alexey Brodkin >> Cc: libc-al...@sourceware.org; linux-snps-arc@lists.infradead.org >> Subject: Re: [PATCH] posix/t

RE: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result

2019-04-18 Thread Alexey Brodkin
Hi Florian, > -Original Message- > From: Florian Weimer > Sent: Thursday, April 18, 2019 3:08 PM > To: Alexey Brodkin > Cc: libc-al...@sourceware.org; linux-snps-arc@lists.infradead.org > Subject: Re: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an

Re: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result

2019-04-18 Thread Florian Weimer
* Alexey Brodkin: > Some proxy DNS servers might not resolve IPv6 names to addresses. > Instead they reply with NOERROR while passing no real data. > That combination of NOERROR and EAI_NODATA happen because the DNS > server has a recored for requested name (example.net in our case) > but that rec

RE: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result

2019-03-26 Thread Alexey Brodkin
in ; libc-al...@sourceware.org > Cc: linux-snps-arc@lists.infradead.org > Subject: Re: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an > expected result > > On 7/30/18 3:40 AM, Alexey Brodkin wrote: > > Some proxy DNS servers might not resolve IPv6 names to addresses. &g

Re: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result

2018-12-17 Thread Vineet Gupta
On 7/30/18 3:40 AM, Alexey Brodkin wrote: > Some proxy DNS servers might not resolve IPv6 names to addresses. > Instead they reply with NOERROR while passing no real data. > That combination of NOERROR and EAI_NODATA happen because the DNS > server has a recored for requested name (example.net in o

[PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result

2018-07-30 Thread Alexey Brodkin
Some proxy DNS servers might not resolve IPv6 names to addresses. Instead they reply with NOERROR while passing no real data. That combination of NOERROR and EAI_NODATA happen because the DNS server has a recored for requested name (example.net in our case) but that record is not of type which