I would suggest to display vtest result failure only if vtest failed, haproxy/vtest.yml at master · haproxy/haproxy (github.com) <https://github.com/haproxy/haproxy/blob/master/.github/workflows/vtest.yml#L139>
I doubt if there could be coredump together with successful vtest .... just curious, was it only reproduced on CI ? not reproduced locally on alpine ? чт, 20 окт. 2022 г. в 22:19, William Lallemand <[email protected]>: > Hello List, > > I had some difficulties today to reproduce a bug which was only > visible on the alpine container CI. So I found some way to investigate > directly from the CI. > > The attached patch enables the coredumps and does a "gdb -ex 'thread > apply all bt full'" for the alpine/musl job. > > I think this will help to debug a lot, I know there is also the ability > to get an artefact with the coredump, which could also be interesting, > but having the traceback on the CI page is easy. > > If no one complain, I'll push the patch. > > Cheers, > > -- > William Lallemand >

