[PATCH] BUILD/MINOR: opentracing: fixed build when using clang

2021-05-18 Thread Miroslav Zagorac
Hello, this patch should solve the github issue #1242. Best regards, -- Zaga What can change the nature of a man? >From 5ca6a7230952f966a0eb5b0119b45d522c2c5999 Mon Sep 17 00:00:00 2001 From: Miroslav Zagorac Date: Tue, 18 May 2021 20:05:10 +0200 Subject: [PATCH] BUILD/MINOR:

Re: [PATCH] CI: enable OpenTracing feature

2021-05-18 Thread Miroslav Zagorac
On 05/18/2021 06:49 PM, Илья Шипицин wrote: Miroslav, can you please keep an eye on patch from OpenTracing build failures using clang · Issue #1242 · haproxy/haproxy (github.com) ? Hello Илья, I thought that patch was already applied.. Ok,

Re: HAProxy-1.8 sometimes sends a shorter html when using multithread function

2021-05-18 Thread Willy Tarreau
Hi Ryan, On Tue, May 18, 2021 at 10:54:11AM -0500, Ryan O'Hara wrote: > > > I confirmed haoproxy's log message corresponded to the > > > shorter html, the following line is one of them. > > > > > > 2021-03-23T15:54:46.869626+09:00 lb01 [err] haproxy[703957]: > > > 192.168.1.73:60572

Re: [PATCH] CI: enable OpenTracing feature

2021-05-18 Thread Илья Шипицин
Miroslav, can you please keep an eye on patch from OpenTracing build failures using clang · Issue #1242 · haproxy/haproxy (github.com) ? вт, 18 мая 2021 г. в 21:38, Willy Tarreau : > On Tue, May 18, 2021 at 01:32:56PM +0200, Tim Düsterhus wrote:

Re: [PATCH] CI: enable OpenTracing feature

2021-05-18 Thread Willy Tarreau
On Tue, May 18, 2021 at 01:32:56PM +0200, Tim Düsterhus wrote: > Willy, > > On 5/18/21 12:42 PM, ??? wrote: > > this enables OpenTracing for CI builds. > > This one looks good to me. Applied, thanks guys. Willy

Re: HAProxy-1.8 sometimes sends a shorter html when using multithread function

2021-05-18 Thread Ryan O'Hara
On Tue, May 18, 2021 at 5:21 AM Willy Tarreau wrote: > Hello, > > On Mon, May 17, 2021 at 09:47:10AM +0900, Kazuhiro Takenaka wrote: > > Hello > > > > This is my first post to this mailing list. > > I am not good at using English, so feel free to ask me > > if my text is hard to understand. > >

Re: [PATCH] CI: enable OpenTracing feature

2021-05-18 Thread Tim Düsterhus
Willy, On 5/18/21 12:42 PM, Илья Шипицин wrote: this enables OpenTracing for CI builds. This one looks good to me. Best regards Tim Düsterhus

[PATCH] CI: enable OpenTracing feature

2021-05-18 Thread Илья Шипицин
Hello, this enables OpenTracing for CI builds. thanks. Ilya From 9ca15c0d95b1c4fa5dc040116f9ec006712095f1 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Tue, 18 May 2021 09:46:43 + Subject: [PATCH] CI: github actions: add OpenTracing builds let us add OpenTracing module to "all

Re: [PATCH] move VTest installation to scripts/build-vtest.sh

2021-05-18 Thread Willy Tarreau
On Tue, May 18, 2021 at 12:07:17PM +0200, Tim Düsterhus wrote: > Ilya, > > On 5/18/21 11:50 AM, ??? wrote: > > I wonder if we can benefit from dependent steps, i.e. build VTest just once > > and deliver binary to other containers (instead of building it every time). > > > > The

Re: [PATCH] move VTest installation to scripts/build-vtest.sh

2021-05-18 Thread Tim Düsterhus
Ilya, On 5/18/21 11:50 AM, Илья Шипицин wrote: I wonder if we can benefit from dependent steps, i.e. build VTest just once and deliver binary to other containers (instead of building it every time). The complexity is not worth it to shave of another half second or so. Installing VTest is

Re: HAProxy-1.8 sometimes sends a shorter html when using multithread function

2021-05-18 Thread Willy Tarreau
Hello, On Mon, May 17, 2021 at 09:47:10AM +0900, Kazuhiro Takenaka wrote: > Hello > > This is my first post to this mailing list. > I am not good at using English, so feel free to ask me > if my text is hard to understand. Rest assured that the majority of participants here (me included) do not

Re: [PATCH] move VTest installation to scripts/build-vtest.sh

2021-05-18 Thread Илья Шипицин
вт, 18 мая 2021 г. в 13:54, Willy Tarreau : > On Sat, May 15, 2021 at 05:53:57PM +0200, Tim Düsterhus wrote: > > Willy, > > Ilya, > > > > On 5/15/21 8:58 AM, ??? wrote: > > > I attached a patch that uses "curl". on a distance it seems to be > faster > > > for 50% > > > > > > > This one

Docker HAProxy (haproxytech) multi-arch repositories

2021-05-18 Thread Dinko Korunic
Dear HAProxy community, I wanted to give you a heads up that our Docker haproxytech repositories, have been converted to multiarch repositories. This covers namely the following repositories: - haproxytech/kubernetes-ingress: HAProxy Kubernetes Ingress Controller image -

Re: unexpected asan behaviour

2021-05-18 Thread Willy Tarreau
On Tue, May 18, 2021 at 01:16:05PM +0500, ??? wrote: > Maybe sudo drops env variables Most sudo do that by default, indeed. Usually you have to use "sudo -E": $ sudo env|wc -l 19 $ sudo -E env|wc -l 70 Willy

Re: [PATCH] move VTest installation to scripts/build-vtest.sh

2021-05-18 Thread Willy Tarreau
On Sat, May 15, 2021 at 05:53:57PM +0200, Tim Düsterhus wrote: > Willy, > Ilya, > > On 5/15/21 8:58 AM, ??? wrote: > > I attached a patch that uses "curl". on a distance it seems to be faster > > for 50% > > > > This one looks good to me. Now merged, thanks guys. A quick comment

Re: unexpected asan behaviour

2021-05-18 Thread Илья Шипицин
Maybe sudo drops env variables On Tue, May 18, 2021, 12:29 PM Tim Düsterhus wrote: > Ilya, > > On 5/17/21 3:57 PM, Илья Шипицин wrote: > > FYI, this is not what it supposed to be > > > > BUILD/MINOR: ssl: Fix compilation with SSL enabled · > > haproxy/haproxy@d75b99e (github.com) > >

Re: unexpected asan behaviour

2021-05-18 Thread Tim Düsterhus
Ilya, On 5/17/21 3:57 PM, Илья Шипицин wrote: FYI, this is not what it supposed to be BUILD/MINOR: ssl: Fix compilation with SSL enabled · haproxy/haproxy@d75b99e (github.com) according to global ASAN_OPTIONS it was supposed to go to

Bid Writing, Fundraising and Volunteering Workshops

2021-05-18 Thread NFP Workshops
NFP WORKSHOPS Affordable Training Courses Bid Writing: The Basics Do you know the most common reasons for rejection? Are you gathering the right evidence? Are you making the right arguments? Are you using the right terminology? Are your numbers right? Are you learning from rejections?