Re: [squid-dev] [RFC] dns_wait_for_all

2016-09-20 Thread Alex Rousskov
On 09/20/2016 04:41 AM, Amos Jeffries wrote: > On 16/09/2016 3:35 a.m., Alex Rousskov wrote: >> On 09/15/2016 03:50 AM, Amos Jeffries wrote: >>> The serverDestinations not changing (yet). >> I am pretty sure we have to change that field to implement >> dns_wait_for_all functionality correctly.

[squid-dev] Jenkins build is back to normal : trunk-matrix ยป clang,d-opensuse-13.2 #769

2016-09-20 Thread noc
See ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev

Re: [squid-dev] [PATCH] Bug 3819: "fd >= 0" assertion in file_write() during reconfiguration

2016-09-20 Thread Amos Jeffries
On 20/09/2016 9:52 a.m., Alex Rousskov wrote: > Hello, > > The attached trunk patch fixes bug 3819 in our tests. > > Please note that the underlying problem may lead to other assertions, > including "NumberOfUFSDirs" in UFSSwapDir and "fd >= 0" in file_close(). > > Since trunk r9181.3.1,

Re: [squid-dev] [RFC] dns_wait_for_all

2016-09-20 Thread Amos Jeffries
On 16/09/2016 3:35 a.m., Alex Rousskov wrote: > On 09/15/2016 03:50 AM, Amos Jeffries wrote: >> On 15/09/2016 5:11 p.m., Alex Rousskov wrote: >>> On 09/14/2016 07:26 PM, Amos Jeffries wrote: On 15/09/2016 8:15 a.m., Alex Rousskov wrote: > Any better ideas or objections to adding

Re: [squid-dev] [PATCH] Bug 3819: "fd >= 0" assertion in file_write() during reconfiguration

2016-09-20 Thread Alex Rousskov
On 09/20/2016 04:10 AM, Amos Jeffries wrote: > On 20/09/2016 9:52 a.m., Alex Rousskov wrote: >> The attached trunk patch fixes bug 3819 in our tests. > +1. Thank you. Committed with one additional fix to trunk (r14815 and r14816). The bug report has a v3.5 patch providing the same fix:

Re: [squid-dev] [PATCH] Bug 3819: "fd >= 0" assertion in file_write() during reconfiguration

2016-09-20 Thread Alex Rousskov
On 09/20/2016 11:58 AM, Alex Rousskov wrote: > On 09/20/2016 04:10 AM, Amos Jeffries wrote: >> On 20/09/2016 9:52 a.m., Alex Rousskov wrote: >>> The attached trunk patch fixes bug 3819 in our tests. > >> +1. Thank you. > > Committed with one additional fix to trunk (r14815 and r14816).