On Wed, Mar 26, 2025 at 09:26:29AM +0000, psavalle wrote: > > Finally it failed on the CI on all but one instance :-) > > > > https://github.com/haproxy/haproxy/actions/runs/14065686272/job/39387465537 > > > > It's only balance-hash-maxqueue that fails, not the other one. So I'll > > mark it as "broken" with a comment saying that it tends to work locally > > but not on the CI. This way we keep the principle needed to test it and > > can even run it locally without polluting the centralized tests. > > For what it is worth, `nbthread` seems to help at least on my machine: with > `nbthread 1`, I now get 100% success rate with properly serving the response > to `c1b`.
In fact that's the first thing I tried on a temporary branch, which still didn't fix it :-/ > Since the issue in the CI log is that `c1b` timed out while doing `rxresp`, > this *might* actually make it work. Ah maybe, I'll retry, thank you! > Either way, keeping it disabled sounds good to me as well. Thank you for > merging the patch! You're welcome! Willy