Re: freebsd ci is broken - commit 08fa16e - curl download stalls in reg-tests/compression/lua_validation.vtc

2020-01-14 Thread Илья Шипицин
ср, 15 янв. 2020 г. в 04:18, PiBa-NL : > Hi Ilya, Willy, > > Op 14-1-2020 om 21:40 schreef Илья Шипицин: > > PiBa, how many CPU cores are you running ? > > > > it turned out that I run tests on very low vm, which only has 1 core. > > and tests pass. > > cirrus-ci as far as I remember do have many

Re: freebsd ci is broken - commit 08fa16e - curl download stalls in reg-tests/compression/lua_validation.vtc

2020-01-14 Thread PiBa-NL
Hi Ilya, Willy, Op 14-1-2020 om 21:40 schreef Илья Шипицин: PiBa, how many CPU cores are you running ? it turned out that I run tests on very low vm, which only has 1 core. and tests pass. cirrus-ci as far as I remember do have many cores. I was running with 16 cores.. can you find single

Re: freebsd ci is broken - commit 08fa16e - curl download stalls in reg-tests/compression/lua_validation.vtc

2020-01-14 Thread Willy Tarreau
Hi guys, On Tue, Jan 14, 2020 at 08:02:51PM +0100, PiBa-NL wrote: > Below a part of the output that the test generates for me. The first curl > request seems to succeed, but the second one runs into a timeout.. > When compiled with the commit before 08fa16e >

Re: freebsd ci is broken - commit 08fa16e - curl download stalls in reg-tests/compression/lua_validation.vtc

2020-01-14 Thread Илья Шипицин
PiBa, how many CPU cores are you running ? it turned out that I run tests on very low vm, which only has 1 core. and tests pass. cirrus-ci as far as I remember do have many cores. can you find single core vm ? ср, 15 янв. 2020 г. в 00:02, PiBa-NL : > Hi Ilya, > > Thanks! > > Op 14-1-2020 om

Re: freebsd ci is broken - commit 08fa16e - curl download stalls in reg-tests/compression/lua_validation.vtc

2020-01-14 Thread PiBa-NL
Hi Ilya, Thanks! Op 14-1-2020 om 07:48 schreef Илья Шипицин: Hello, since https://github.com/haproxy/haproxy/commit/08fa16e397ffb1c6511b98ade2a3bfff9435e521 freebsd CI is red: https://cirrus-ci.com/task/5960933184897024 I'd say "it is something with CI itself",  when I run the same tests

Re: [PATCH v2 0/3] MINOR: lua: Add lua-prepend-path configuration option

2020-01-14 Thread Tim Düsterhus
Willy, Am 14.01.20 um 14:53 schrieb Willy Tarreau: > On Tue, Jan 14, 2020 at 02:04:04PM +0100, Thierry Fournier wrote: >> Idea 1: >> >>lua-prepend-path path /etc/haproxy/lua-modules/?.lua >>lua-prepend-path cpath /etc/haproxy/lua-cmodules/?.lua >> >> Idea 2: >> >>lua-prepend-path

Re: [PATCH v2 0/3] MINOR: lua: Add lua-prepend-path configuration option

2020-01-14 Thread Tim Düsterhus
Thierry, Am 14.01.20 um 14:04 schrieb Thierry Fournier: > Just a little remark, I hope without consequences. Lua C libraries > are .so and not .lua: > >lua-prepend-path /etc/haproxy/lua-cmodules/?.lua cpath > > becomes: > >lua-prepend-path /etc/haproxy/lua-cmodules/?.so cpath > Of

2020 RSA Conference

2020-01-14 Thread stella D'souza
I had a chance to review your company profile and thought you might be interested in acquiring an Attendees list of RSA Conference 2020. Just pick the number that describes best of your response. 1. Send Expense and Counts. 2. I'm not interested. Delivery: MS Excel spread sheet within

Re: Lua: forcing garbage collector after socket i/o

2020-01-14 Thread Dave Chiluk
Can we get this backported onto the 2.0 and 1.9 stable streams? It looks like it mostly cleanly patches. *(aside from line numbers). Thanks, Dave On Tue, Jan 14, 2020 at 3:49 AM Willy Tarreau wrote: > > On Mon, Jan 13, 2020 at 10:11:57AM -0800, Sadasiva Gujjarlapudi wrote: > > Sounds good to

Re: [PATCH v2 0/3] MINOR: lua: Add lua-prepend-path configuration option

2020-01-14 Thread Willy Tarreau
On Tue, Jan 14, 2020 at 02:04:04PM +0100, Thierry Fournier wrote: > Idea 1: > >lua-prepend-path path /etc/haproxy/lua-modules/?.lua >lua-prepend-path cpath /etc/haproxy/lua-cmodules/?.lua > > Idea 2: > >lua-prepend-path /etc/haproxy/lua-modules/?.lua >lua-prepend-path cpath

Re: [PATCH v2 0/3] MINOR: lua: Add lua-prepend-path configuration option

2020-01-14 Thread Thierry Fournier
> On 14 Jan 2020, at 13:53, Willy Tarreau wrote: > > On Tue, Jan 14, 2020 at 01:46:55PM +0100, Thierry Fournier wrote: >> Hi, It have two default path in the library path: >> >> - path for lua libraries >> - cpath for loading lua C libraries. >> >> In some cases, haproxy requires C

Re: [PATCH v2 0/3] MINOR: lua: Add lua-prepend-path configuration option

2020-01-14 Thread Willy Tarreau
On Tue, Jan 14, 2020 at 01:46:55PM +0100, Thierry Fournier wrote: > Hi, It have two default path in the library path: > > - path for lua libraries > - cpath for loading lua C libraries. > > In some cases, haproxy requires C libraries like cjson which manipulates json. > > I'm not sure, but it

Re: [PATCH v2 0/3] MINOR: lua: Add lua-prepend-path configuration option

2020-01-14 Thread Thierry Fournier
> On 14 Jan 2020, at 07:08, Willy Tarreau wrote: > > On Sun, Jan 12, 2020 at 01:55:38PM +0100, Tim Duesterhus wrote: >> Willy, >> Thierry, >> Vincent, >> >> I've just prepared a new version of my proposal with the following >> differences: >> >> 1. I adjusted the documentation as suggested

Re: Lua: forcing garbage collector after socket i/o

2020-01-14 Thread Willy Tarreau
On Mon, Jan 13, 2020 at 10:11:57AM -0800, Sadasiva Gujjarlapudi wrote: > Sounds good to me. > Thank you so much once again. OK now merged. Thanks guys! Willy