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

AsyncTest session is flakey #12315

Closed janbartel closed 1 day ago

janbartel commented 2 days ago

Jetty version(s) 12.0.x

Jetty Environment ee8/9/10

The session AsyncTest class is flakey because it assumes that when the response returns to the client the session will have been saved, however DefaultSessionCache.setFlushOnResponseCommit(true) has not been called, so that may not be true.