Re: [PATCH 0/2] CI cleanup, spell fixes

2024-04-17 Thread Willy Tarreau
On Sun, Apr 14, 2024 at 09:23:50AM +0200, Ilya Shipitsin wrote:
> the main part is reducing ASAN_OPTIONS scope, it was supposed
> only to capture output of vtests, accidently it covered "config smoke tests" 
> as well
(...)
Both merged, thank you Ilya!
willy



[PATCH 0/2] CI cleanup, spell fixes

2024-04-14 Thread Ilya Shipitsin
the main part is reducing ASAN_OPTIONS scope, it was supposed
only to capture output of vtests, accidently it covered "config smoke tests" as 
well

Ilya Shipitsin (2):
  CI: reduce ASAN log redirection umbrella size
  CLEANUP: assorted typo fixes in the code and comments

 .github/workflows/vtest.yml| 5 +++--
 doc/configuration.txt  | 4 ++--
 include/haproxy/cli-t.h| 2 +-
 include/haproxy/session.h  | 2 +-
 include/haproxy/vecpair.h  | 2 +-
 reg-tests/ssl/ocsp_auto_update.vtc | 2 +-
 src/haproxy.c  | 2 +-
 src/linuxcap.c | 2 +-
 src/log.c  | 2 +-
 src/ring.c | 2 +-
 10 files changed, 13 insertions(+), 12 deletions(-)

-- 
2.44.0