Re: [PATCH] FEATURE/MEDIUM: enable travis-ci builds

2019-04-17 Thread Илья Шипицин
ср, 17 апр. 2019 г. в 07:14, Willy Tarreau : > On Tue, Apr 16, 2019 at 08:31:04PM +0200, Lukas Tribus wrote: > > Hello Ilya , > > > > On Tue, 16 Apr 2019 at 20:18, ??? wrote: > > > > > > Hello, > > > > > > let us enable travis-ci on https://github.com/haproxy/haproxy > > > (more builds

Re: [PATCH] FEATURE/MEDIUM: enable travis-ci builds

2019-04-17 Thread Илья Шипицин
ср, 17 апр. 2019 г. в 07:29, Willy Tarreau : > Hi Ilya, > > On Tue, Apr 16, 2019 at 11:17:49PM +0500, ??? wrote: > > +env: > > + global: > > +- USE_THREAD=1 > > +- USE_OPENSSL=1 > > +- USE_PCRE=1 > > +- USE_ZLIB=1 > > +- USE_GETADDRINFO=1 > > It's unclear to me how

Re: [PATCH] FEATURE/MEDIUM: enable travis-ci builds

2019-04-17 Thread Willy Tarreau
On Wed, Apr 17, 2019 at 11:23:23AM +0500, ??? wrote: > > Agreed! Also a bit more information in the commit message and some doc > > about how this is supposed to be used would be quite welcome! > > > > some doc definitely should be added, I'll handle it later. At least sometihng very

running reg-test when haproxy is built without USE_OPENSSL

2019-04-17 Thread Илья Шипицин
Hello, when playing with travis-ci build matrix, I see that the following tests fail reg-tests/ssl/* if haproxy is built without ssl. also, I've found that lua tests are guarded with #REQUIRE_OPTIONS=LUA should we guard ssl test in the same way ? thank! Ilya Shipitcin

Re: running reg-test when haproxy is built without USE_OPENSSL

2019-04-17 Thread Frederic Lecaille
On 4/17/19 9:01 AM, Илья Шипицин wrote: Hello, Hi, when playing with travis-ci build matrix, I see that the following tests fail reg-tests/ssl/* if haproxy is built without ssl. also, I've found that lua tests are guarded with #REQUIRE_OPTIONS=LUA should we guard ssl test in the same

Re: running reg-test when haproxy is built without USE_OPENSSL

2019-04-17 Thread Илья Шипицин
ср, 17 апр. 2019 г. в 12:14, Frederic Lecaille : > On 4/17/19 9:01 AM, Илья Шипицин wrote: > > Hello, > > Hi, > > > when playing with travis-ci build matrix, I see that the following tests > > fail > > > > reg-tests/ssl/* > > > > if haproxy is built without ssl. > > also, I've found that lua

Re: v1.9.x segfault on LIST_DEL(>wait_queue)

2019-04-17 Thread Willy Tarreau
Hi William, On Wed, Apr 17, 2019 at 07:29:49AM +, William Dauchy wrote: > Hello Willy, > > On Thu, Apr 11, 2019 at 11:34:52AM +0200, Willy Tarreau wrote: > > With this said, we've got no negative feedback on the patch above after > > one month and a half, which likely is a good indication

Re: [PATCH] FEATURE/MEDIUM: enable travis-ci builds

2019-04-17 Thread Илья Шипицин
btw, we can run lua tests https://travis-ci.com/chipitsine/haproxy-1/builds/108641032 so... how do we want to run lua ? always enabled ? or two builds (with and without lua) ? ср, 17 апр. 2019 г. в 12:43, Илья Шипицин : > I attached v2 patch > > ср, 17 апр. 2019 г. в 12:25, Илья Шипицин : > >>

Re: [PATCH] FEATURE/MEDIUM: enable travis-ci builds

2019-04-17 Thread Илья Шипицин
I attached v2 patch ср, 17 апр. 2019 г. в 12:25, Илья Шипицин : > > > ср, 17 апр. 2019 г. в 12:18, Frederic Lecaille : > >> On 4/16/19 8:17 PM, Илья Шипицин wrote: >> > + - make CC=$CC V=1 TARGET=$TARGET >> > + - export PATH=${PATH}:${PWD}/VTest >> > + - export VTEST_PROGRAM="VTest/vtest -v"

Re: exclude some reg-tests if no ssl or pcre is enabled

2019-04-17 Thread Willy Tarreau
On Wed, Apr 17, 2019 at 12:23:25PM +0500, ??? wrote: > hello, > > when playing with travis-ci, I've found that ssl, pcre tests > are executed even if haproxy is built without such features. Applied, thank you Ilya. Willy

exclude some reg-tests if no ssl or pcre is enabled

2019-04-17 Thread Илья Шипицин
hello, when playing with travis-ci, I've found that ssl, pcre tests are executed even if haproxy is built without such features. thanks! Ilya Shipitcin From 5e786e8bc2a12ad4b53e3fdbfc3464738fd4e6df Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Wed, 17 Apr 2019 12:19:56 +0500 Subject:

Re: [PATCH] FEATURE/MEDIUM: enable travis-ci builds

2019-04-17 Thread Илья Шипицин
ср, 17 апр. 2019 г. в 12:18, Frederic Lecaille : > On 4/16/19 8:17 PM, Илья Шипицин wrote: > > + - make CC=$CC V=1 TARGET=$TARGET > > + - export PATH=${PATH}:${PWD}/VTest > > + - export VTEST_PROGRAM="VTest/vtest -v" # "VTest/vtest -v" > > Just to let you note that if you build vtest in the

Re: v1.9.x segfault on LIST_DEL(>wait_queue)

2019-04-17 Thread William Dauchy
Hello Willy, On Thu, Apr 11, 2019 at 11:34:52AM +0200, Willy Tarreau wrote: > With this said, we've got no negative feedback on the patch above after > one month and a half, which likely is a good indication that we should > now backport it (carefully as mentionned in the commit message). Based

Re: [PATCH] FEATURE/MEDIUM: enable travis-ci builds

2019-04-17 Thread Willy Tarreau
On Wed, Apr 17, 2019 at 09:18:34AM +0200, Frederic Lecaille wrote: > On 4/16/19 8:17 PM, ??? wrote: > > + - make CC=$CC V=1 TARGET=$TARGET > > + - export PATH=${PATH}:${PWD}/VTest > > + - export VTEST_PROGRAM="VTest/vtest -v" # "VTest/vtest -v" > > Just to let you note that if you

Re: [PATCH] FEATURE/MEDIUM: enable travis-ci builds

2019-04-17 Thread Willy Tarreau
On Wed, Apr 17, 2019 at 10:56:17AM +0200, Willy Tarreau wrote: > > > - make CC=$CC V=1 TARGET=$TARGET USE_THREAD=$USE_THREAD > > > USE_OPENSSL=$USE_OPENSSL USE_PCRE=$USE_PCRE USE_ZLIB=$USE_ZLIB > > > USE_GETADDRINFO=$USE_GETADDRINFO > > > > > > > > > the main issue with build matrix is

Re: [PATCH] FEATURE/MEDIUM: enable travis-ci builds

2019-04-17 Thread Frederic Lecaille
On 4/16/19 8:17 PM, Илья Шипицин wrote: + - make CC=$CC V=1 TARGET=$TARGET + - export PATH=${PATH}:${PWD}/VTest + - export VTEST_PROGRAM="VTest/vtest -v" # "VTest/vtest -v" Just to let you note that if you build vtest in the same directory as haproxy ones + - make reg-tests with this

Re: [PATCH] FEATURE/MEDIUM: enable travis-ci builds

2019-04-17 Thread Willy Tarreau
On Wed, Apr 17, 2019 at 11:28:56AM +0500, ??? wrote: > ??, 17 ???. 2019 ?. ? 07:29, Willy Tarreau : > > > Hi Ilya, > > > > On Tue, Apr 16, 2019 at 11:17:49PM +0500, ??? wrote: > > > +env: > > > + global: > > > +- USE_THREAD=1 > > > +- USE_OPENSSL=1 > > > +-

Re: segfault using cache with 1.9.4

2019-04-17 Thread Christopher Faulet
Le 10/04/2019 à 23:42, Cyril Bonté a écrit : Le 10/04/2019 à 22:52, Lukas Tribus a écrit : On Wed, 10 Apr 2019 at 17:07, Juan Pablo Mora wrote: acl is_static url_beg /lgt/lgtfrontend/library/ or /lgt/lgtfrontend/pdfjs/ or /lgt/lgtfrontend/img/ That's not the correct syntax. That