-
Notifications
You must be signed in to change notification settings - Fork 3
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
SessionContext ITs are flaky #126
Labels
Comments
|
mcollovati
changed the title
SessionContextIT.httpSessionCloseDestroysSessionContext is flaky
SessionContextIT is flaky
May 26, 2023
mcollovati
added a commit
that referenced
this issue
Jun 21, 2023
Session context tests check the counter value hold by a session bean right after invalidating the Vaadin session. Since the counter is incremented in the PreDestroy hook, it may happen that when the test checks for the counter value, the callback has not yet been invoked. This change retries the counter check for at most on second, to prevent test flakyness. Fixes #126
9 tasks
9 tasks
mcollovati
added a commit
that referenced
this issue
Jul 5, 2023
Session context tests check the counter value hold by a session bean right after invalidating the Vaadin session. Since the counter is incremented in the PreDestroy hook, it may happen that when the test checks for the counter value, the callback has not yet been invoked. This change retries the counter check for at most on second, to preven ttest flakyness. Fixes #126
Reopen because
|
Another session related flaky test
|
caalador
moved this to Internal Backlog / Technical Debt
in Vaadin Flow bugs & maintenance (Vaadin 10+)
Sep 20, 2023
github-project-automation
bot
moved this to Internal Backlog / Technical Debt
in OLD Vaadin Flow bugs & maintenance (Vaadin 10+)
Aug 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: