-
Task
-
Resolution: Done
-
Major
-
2.4.8.Final, 3.1.4.Final, 4.0.0.Alpha2
-
None
-
None
ConversationContextDestroyedOnSessionTimeoutTest now expect session to timeout asynchronously while performing a simulated long running action on a conversation bean.
In newer WFLY versions, this is not the case. Checking on servlet specification, this shouldn't be relied upon and session should timeout if the time period between requests is bigger then x (the number you set it to be).
Therefore the test assertion that pre destroy callback and session timeout will trigger sooner then bean's business logic method is plain wrong. We need to rework the test to only verify that pre-destroy gets called in case of timeout.
See notes in this PR for more information on this test.
- is related to
-
JBEAP-19997 Upgrade weld to 3.1.5 in order to have TS-fix from WELD-2629
- Resolved