On Fri, 08 Nov 2024 20:16:11 +0100, Klemens Nanni <k...@openbsd.org> wrote: > > 08.11.2024 21:53, Kirill A. Korinsky пишет: > > ports@, Gonzalo, > > > > Today a new version of varnish was released. > > > > Changelog quite small: > > > > Varnish Cache 7.6.1 (2024-11-08) > > - Fixed a bug introduced in 7.6.0 that could trigger a panic when using > > dynamic backends (4183). > > - Resolved a race condition that caused Varnish to exceed the connection > > limit set to a backend with the .max_connections attribute (4154). > > - Fixed an assertion that was added in 7.6.0 and that could lead to a panic > > in the waiter code under certain conditions (4204). > > - Removed an assertion on the pid value of varnishd that could trigger a > > panic in container environments. > > - Added attempt to raise RLIMIT_MEMLOCK to infinity on startup and improved > > logging for VSM mlock() errors. (4193) > > > > update diff is inlined. > > > > Ok? > > OK kn > > Any new test failures? I vaguely remember a few of them usually failing. >
Still few of them fails: ============================================================================ Testsuite summary for Varnish 7.6.1 ============================================================================ # TOTAL: 877 # PASS: 834 # SKIP: 34 # XFAIL: 0 # FAIL: 9 # XPASS: 0 # ERROR: 0 ============================================================================ varnish-7.6.1 $ grep '^FAIL' test.log FAIL: tests/a00000.vtc FAIL: tests/b00015.vtc FAIL: tests/c00053.vtc FAIL: tests/c00057.vtc FAIL: tests/r02722.vtc FAIL: tests/s00010.vtc FAIL: tests/u00008.vtc FAIL: tests/u00009.vtc FAIL: tests/u00010.vtc varnish-7.6.1 $ -- wbr, Kirill