-
Notifications
You must be signed in to change notification settings - Fork 3k
Copy request options during tls connection change #10369
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
base: master
Are you sure you want to change the base?
Conversation
CT Test Results 2 files 23 suites 9m 52s ⏱️ Results for commit a12a43a. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts
// Erlang/OTP Github Action Bot |
|
@itssundeep You need to sign the CLA |
IngelaAndin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the change looks sound. And I guess it is sort of complicated to write a test for it. Have you considered it? @Whaileee what do you think could we manage a test case?
|
From what I can tell this case, originating from connect_and_send_upgrade_request isn't covered by our testcases and I feel like it could use some testing. Would you like to try and write a testcase for that @itssundeep? |
|
@Whaileee I am not too familiar on how to simulate the error scenario in the test, so would prefer if someone else would take it up. |
This should address the issue with #10368