Skip to content
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

ssl: fix flaky test case test_ctx_client_session_cb_tls13_exception #829

Conversation

rhenium
Copy link
Member

@rhenium rhenium commented Dec 20, 2024

In the test case, the client raises an exception in the session_new_cb and may not cleanly close the connection. Let's ignore exceptions raised at the server side.

Fixes: #828

In the test case, the client raises an exception in the session_new_cb
and may not cleanly close the connection. Let's ignore exceptions raised
at the server side.

Fixes: ruby#828
@rhenium rhenium force-pushed the ky/ssl-test-fix-test_ctx_client_session_cb_tls13_exception branch from 33300d1 to 210ba03 Compare December 20, 2024 17:11
@rhenium rhenium merged commit a6947fe into ruby:master Dec 21, 2024
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

OpenSSL::TestSSLSession#test_ctx_client_session_cb_tls13_exception fails on i686
1 participant