Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsyncTest session is flakey #12315

Closed
janbartel opened this issue Sep 25, 2024 · 0 comments · Fixed by #12316
Closed

AsyncTest session is flakey #12315

janbartel opened this issue Sep 25, 2024 · 0 comments · Fixed by #12316
Assignees
Labels
Bug For general bugs on Jetty side flaky-test

Comments

@janbartel
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side flaky-test
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant