On Sat, Jan 17, 2026 at 2:23 PM Mark Thomas <[email protected]> wrote: > > On 17/01/2026 10:16, Mark Thomas wrote: > > On 16/01/2026 18:53, Mark Thomas wrote: > >> On 16/01/2026 16:36, Mark Thomas wrote: > >>> These seem to be resolved now. > >>> > >>> Next on my list of things to worry about is test stability. I was > >>> seeing quite a high crash rate yesterday. I need to get back to > >>> investigating that now the other test/CI issues appear to be addressed. > >> > >> I'm not sure the root cause of this is in Tomcat. > >> > >> I see the crashes locally on Ubuntu but not on MacOS (with a different > >> OpenSSL version). > >> > >> I'm going to keep an eye on this for now. We might need to > >> (temporarily) disable some tests if it starts to cause issues with CI. > > > > I had an idea overnight. > > > > The failures (somewhere around 1 in 4 runs) occurred with Tomcat Native > > 1.3.5 built with OpenSSL 3.0.18. I ran the exact same test with 2.0.12 > > built with OpenSSL 3.5.4 and did not see a single failure in 60 tests runs. > > > > That suggests either a bug in OpenSSL 3.0.18 or (more likely) Tomcat > > Native 1.3.5. > > > > I am going to try a test run with Tomcat Native 1.3.5 and OpenSSL 3.5.4. > > Scratch that. I'm seeing failures with 2.0.12 and 3.5.4 now. Those 60 > runs without fail must have been luck :(
I repeatedly ran the tests (using test.silent makes things faster) using 9.0 and 1.3.5, so that I can run APR, NIO and NIO2. I got twice a crash for TestOcspEnabled.NIO2, never NIO (so far) or APR and I don't see any further info. Then some more NIO2 and APR tests fail because of the leftover OCSP responder. Rémy > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
