-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ReactiveMongodbPanacheResourceTest is regularly failing #11711
Comments
Here's the PR which shows this failure #11690 |
/cc @loicmathieu, @evanchooly |
I dunno, the error I get myself with this test is:
|
This seems to be related to SSE event comming from different threads not correctly handled by RestEasy. |
Investigation in progress in #11727. |
Handled by #11828. |
ReactiveMongodbPanacheResourceTest has been failing in our CI jobs. Initially the
await
timeout used in that test was 1 second. Given our CI issues, I thought it was just a case of the runtime being slow, so I increased the timeout to 10 seconds, but it still fails:The text was updated successfully, but these errors were encountered: