Skip to content

Fix flaky test running blocking code in event loop #155

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

Closed
wants to merge 1 commit into from

Conversation

chemicL
Copy link
Member

@chemicL chemicL commented Apr 14, 2025

Deadlock caused by blocking in an async handler is now eliminated and tests are no longer flaky.

Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
@tzolov tzolov self-assigned this Apr 15, 2025
@tzolov tzolov added this to the 0.10.0 milestone Apr 16, 2025
tzolov pushed a commit that referenced this pull request Apr 16, 2025
- Replace StepVerifier with assertWith for cleaner test assertions
- Add try-with-resources blocks for proper client resource management
- Use closeGracefully().block() for proper server shutdown

Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
@tzolov
Copy link
Contributor

tzolov commented Apr 16, 2025

Rebase, fix previously introduced bogus tests configurations, merge at f7f8ccd

@tzolov tzolov closed this Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants