jetty / jetty.project

Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
https://eclipse.dev/jetty
Other
3.84k stars 1.91k forks source link

Issue #12315 fix flakey session AsyncTest #12316

Closed janbartel closed 1 day ago

janbartel commented 2 days ago

Closes #12315

Session AsyncTest needs to call SessionCache.setFlushOnResponseCommit(true) before it can test results of session operations after a response returns.

janbartel commented 1 day ago

Maybe default to true 12.1.x?

Will do that in another PR.