-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
tests: internal: timeout: added coroutine hang test case #4605
Conversation
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
There's a strange error in some Ubuntu 18.04 virtual machines which is odd but unrelated to the patch, this is a dump of the output :
What I see there is that :
I will change the |
Signed-off-by: Leonardo Alminana <[email protected]>
thanks. Please fix the commits subjects typo so we can merge it:
|
Fixed the typo but please don't merge it yet, we need to change the endpoint information, I already sent a request to have one hosted by us as this public one is not reliable. |
Signed-off-by: Leonardo Alminana <[email protected]>
This is ready to be merged @edsiper |
thanks |
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
This unit test shoult be used to verify the validity of the proposed fixes for the issue that arises when a connection attempt times out, the fixes are :
.1 - PR #4140 - Resumes the coroutines in the timeout handler
.2 - https://github.com/fluent/fluent-bit/tree/leonardo-event-injection-poc - Injects a synthesized event to the event loop to naturally cause the process to be awoken
Signed-off-by: Leonardo Alminana [email protected]